File tree Expand file tree Collapse file tree
docs/overrides/stylesheets Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments