Skip to content

Commit 9d07242

Browse files
committed
revert update to stable
revert update to stable and transfer change to refactor-structure
1 parent 1f08f57 commit 9d07242

1 file changed

Lines changed: 2 additions & 26 deletions

File tree

docs/_static/custom.css

Lines changed: 2 additions & 26 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,28 +481,4 @@ 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;
508484
}

0 commit comments

Comments
 (0)