Skip to content

Commit 1f08f57

Browse files
committed
custom.css update
update of custom css as per celine
1 parent 1714208 commit 1f08f57

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

docs/_static/custom.css

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pre {
1717
box-shadow: none;
1818
}
1919

20-
a,
20+
/* a,
2121
a:visited,
2222
main.bd-content #main-content a,
2323
main.bd-content #main-content a:visited {
@@ -28,7 +28,7 @@ a:hover,
2828
main.bd-content #main-content a:hover {
2929
color: #1a567e;
3030
text-decoration: none;
31-
}
31+
} */
3232

3333
ul {
3434
list-style-type: square;
@@ -481,4 +481,28 @@ dl.py > dd, dl.js > dd, dl.o-definition-list > dd {
481481
font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
482482
font-weight: inherit;
483483
/* color: inherit; */
484+
}
485+
486+
h1,h2,h3,h4,h5,h6 {
487+
font-weight: bold;
488+
}
489+
490+
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
491+
492+
body {
493+
font-family: "Manrope", sans-serif;
494+
color: #033A51;
495+
}
496+
497+
a {
498+
color: #3264C8;
499+
}
500+
501+
.highlight,
502+
.highlight-text {
503+
color: #3264C8;
504+
}
505+
506+
p {
507+
text-align: left;
484508
}

0 commit comments

Comments
 (0)