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 93a5714 commit fa951eeCopy full SHA for fa951ee
1 file changed
docs/overrides/stylesheets/extra.css
@@ -7,7 +7,13 @@
7
/*}*/
8
9
/* Apply Sinclair Logo font to the main header */
10
-.md-header {
+/* Light mode - very light yellow header */
11
+[data-md-color-scheme="default"] .md-header {
12
+ background-color: #bfbfbf; /* Very light yellow background color */
13
+}
14
+
15
+/* Dark mode - dark gray header */
16
+[data-md-color-scheme="slate"] .md-header {
17
background-color: #333333; /* Dark gray background color */
18
}
19
0 commit comments