We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace3f32 commit 4a8c3fbCopy full SHA for 4a8c3fb
docs/stylesheets/extra.css
@@ -0,0 +1,18 @@
1
+:root {
2
+ --md-primary-fg-color: #FFFF00;
3
+ --md-primary-fg-color--light: #464A4D;
4
+ --md-primary-fg-color--dark: #464A4D;
5
+ --md-primary-bg-color: #464A4D;
6
+ --md-primary-bg-color--light: #464A4D;
7
+
8
+ // Accent color shades
9
+ --md-accent-fg-color: #000000;
10
+ --md-accent-fg-color--transparent: #464A4D;
11
+ --md-accent-bg-color: #464A4D;
12
+ --md-accent-bg-color--light: #464A4D;
13
+}
14
15
16
+:root>* {
17
+--md-typeset-a-color: #656A6D;
18
mkdocs.yml
@@ -1 +1,8 @@
site_name: My Docs
+extra_css:
+ - stylesheets/extra.css
+theme:
+ name: material
+ palette:
+ primary: custom
0 commit comments