mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Fixed header in dark theme
This commit is contained in:
parent
a8880c66f4
commit
1c52c9e391
1 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,13 @@ mark {
|
|||
color: #8f8f8f;
|
||||
}
|
||||
|
||||
.header-top {
|
||||
background-color: #232323;
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.header-top a { color: #dedede !important;}
|
||||
|
||||
#searchBox #searchBoxInput {
|
||||
color: #8f8f8f;
|
||||
background-color:#363636;
|
||||
|
|
Loading…
Reference in a new issue