Skip to content

Commit 21ff36a

Browse files
committed
doc: change light mode header colors
1 parent ec5218f commit 21ff36a

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

docs/overrides/stylesheets/extra.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,27 @@
99
/* Apply Sinclair Logo font to the main header */
1010
/* Light mode - very light yellow header */
1111
[data-md-color-scheme="default"] .md-header {
12-
background-color: #bfbfbf; /* Very light yellow background color */
12+
background-color: #264eb2; /* Very light yellow background color */
13+
}
14+
15+
16+
[data-md-color-scheme="default"] .md-header__title {
17+
color: #ffde06;
1318
}
1419

1520
/* Dark mode - dark gray header */
1621
[data-md-color-scheme="slate"] .md-header {
1722
background-color: #333333; /* Dark gray background color */
1823
}
1924

20-
.md-header__title {
21-
font-family: 'Press Start 2P', cursive;
25+
[data-md-color-scheme="slate"] .md-header__title {
2226
color: #af0d0d;
2327
}
2428

29+
.md-header__title {
30+
font-family: 'Press Start 2P', cursive;
31+
}
32+
2533
/* Ensure the site name maintains its size */
2634
.md-header__title .md-header__ellipsis {
2735
font-size: 1.2rem;

0 commit comments

Comments
 (0)