Skip to content

Commit 2555dc2

Browse files
authored
Update common.css
1 parent 6605947 commit 2555dc2

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

assets/css/common.css

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
/* H1 */
2+
h1 .docs-heading-anchor,
3+
h1 .docs-heading-anchor:hover,
4+
h1 .docs-heading-anchor:visited {
5+
color: #003d4d; /* bleu très foncé */
6+
}
7+
8+
/* H2 */
9+
h2 .docs-heading-anchor,
10+
h2 .docs-heading-anchor:hover,
11+
h2 .docs-heading-anchor:visited {
12+
color: #005f73; /* bleu profond */
13+
}
14+
15+
/* H3 */
16+
h3 .docs-heading-anchor,
17+
h3 .docs-heading-anchor:hover,
18+
h3 .docs-heading-anchor:visited {
19+
color: #0096a0; /* bleu vif mais contrasté */
20+
}
21+
22+
/* H4 */
23+
h4 .docs-heading-anchor,
24+
h4 .docs-heading-anchor:hover,
25+
h4 .docs-heading-anchor:visited {
26+
color: #f18f01; /* orange/ocre */
27+
}
28+
29+
/* H5 */
30+
h5 .docs-heading-anchor,
31+
h5 .docs-heading-anchor:hover,
32+
h5 .docs-heading-anchor:visited {
33+
color: #d72638; /* rouge doux */
34+
}
35+
36+
/* H6 */
37+
h6 .docs-heading-anchor,
38+
h6 .docs-heading-anchor:hover,
39+
h6 .docs-heading-anchor:visited {
40+
color: #6a0572; /* violet profond */
41+
}
42+
143
.center {
244
margin: 0;
345
position: absolute;
@@ -34,4 +76,4 @@ article#documenter-page.content{
3476

3577
.docs-main {
3678
padding-top: calc(var(--navbar-height)) !important;
37-
}
79+
}

0 commit comments

Comments
 (0)