Skip to content

Commit 879ea17

Browse files
Fix orange in documentations
1 parent 5e5fd35 commit 879ea17

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/stylesheets/extra.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:root > * {
2+
--md-primary-fg-color: #FF8241;
3+
}

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ theme:
88
favicon: assets/logo.png
99
palette:
1010
scheme: slate
11-
primary: orange
11+
primary: custom
12+
extra_css:
13+
- stylesheets/extra.css
1214
nav:
1315
- Home: index.md
1416
- Getting Started:

0 commit comments

Comments
 (0)