create colors for hdrNav now that we don't import GNOME's anymore.
This commit is contained in:
parent
76d5e5a404
commit
4884d2c5df
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ div.error {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#hdrNav {
|
||||||
|
background-color: #eee;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
div.votedata {
|
div.votedata {
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue