eduroam-prg-sg-1-45-234.net.univ-paris-diderot.fr 2025-9-23:14:30:53

This commit is contained in:
oskar
2025-09-23 14:30:54 +02:00
parent 65137c074e
commit de0175b7f6
9 changed files with 38 additions and 18 deletions

View File

@@ -100,7 +100,7 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 30,
"scale": 1.2819571475504155,
"scale": 1.3789045049491058,
"close": true
},
"states": [

View File

@@ -129,6 +129,9 @@
/*--callout-color: 77, 149, 247;*/
--callout-color: 54, 140, 243; /* same blue as h1 headings */
--callout-icon: feather;
border: 2pt solid;
border-color: rgba(var(--callout-color), 0.5);
border-radius: 5pt;
}
/* même les liens sont bleus pour les définitions */
.callout[data-callout="definition"] > .callout-title > .callout-title-inner > a,

View File

@@ -1,22 +1,27 @@
.cm-header-1 {
.cm-header-1,
.cm-header-1 span a{
color: #1b9419;
}
.cm-header-2,
.cm-header-2 {
.cm-header-2 span a{
color: #2967b3 !important;
}
.cm-header-3 {
.cm-header-3,
.cm-header-3 span a{
color: #c9893a;
}
.cm-header-4 {
.cm-header-4,
.cm-header-4 span a {
color: #6c9abb;
}
.cm-header-5 {
.cm-header-5,
.cm-header-5 span a {
color: #9d85c8;
}
.cm-header-6 {
.cm-header-6,
.cm-header-6 span a {
color: #789278;
}