Darkzero/NS - make the archives font the same colour as the other widgets.
This commit is contained in:
parent
bf0ab10caf
commit
c4df339b92
|
@ -154,3 +154,7 @@ blockquote {
|
|||
.editicon:hover {
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
#datebrowse-sidebar select {
|
||||
color:#99CCFF !important;
|
||||
}
|
|
@ -150,3 +150,7 @@ blockquote {
|
|||
.editicon {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
#datebrowse-sidebar select {
|
||||
color:#99CCFF !important;
|
||||
}
|
Loading…
Reference in a new issue