Skip to content

Commit 68cb6da

Browse files
committed
Create custom.css
1 parent 48ac51f commit 68cb6da

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/_static/css/custom.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
:root > * {
3+
--md-primary-fg-color: #90AF90;
4+
--md-accent-fg-color: #a9221d;
5+
--md-typeset-a-color: #4a644c;
6+
}
7+
8+
[data-md-color-scheme="slate"] {
9+
/* --md-primary-fg-color:#4a644c; */
10+
--md-typeset-a-color: #90AF90;
11+
--md-code-bg-color: #333746;
12+
}

0 commit comments

Comments
 (0)