We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8814c commit bfc5b63Copy full SHA for bfc5b63
1 file changed
docfx/templates/darkerfx/styles/main.scss
@@ -36,6 +36,7 @@ body.theme-dark {
36
--theme-background-footer: #171717;
37
--theme-background-table-alt: #212123;
38
--theme-background-quote: #69696e;
39
+ --theme-background-dark: #555555;
40
--theme-inline-code: inherit;
41
--theme-inline-code-background: #454545;
42
--theme-code-border: #404040;
@@ -62,6 +63,7 @@ body.theme-light {
62
63
--theme-background-subnav: #f5f5f5;
64
--theme-background-footer: #f8f8f8;
65
--theme-background-table-alt: #f9f9f9;
66
+ --theme-background-dark: #cccccc;
67
--theme-inline-code: #c7254e;
68
--theme-inline-code-background: #f9f2f4;
69
--theme-code-border: #e7e7e7;
0 commit comments