Skip to content

Commit fa951ee

Browse files
committed
docs: use light gray for the header in light mode
1 parent 93a5714 commit fa951ee

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/overrides/stylesheets/extra.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
/*}*/
88

99
/* Apply Sinclair Logo font to the main header */
10-
.md-header {
10+
/* 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 {
1117
background-color: #333333; /* Dark gray background color */
1218
}
1319

0 commit comments

Comments
 (0)