Change link color in dark mode
This commit is contained in:
parent
d8b63974f9
commit
09d0891318
1 changed files with 3 additions and 0 deletions
|
@ -185,6 +185,9 @@ select[multiple="multiple"] {
|
||||||
.dark .button:hover, .dark input[type="submit"]:hover {
|
.dark .button:hover, .dark input[type="submit"]:hover {
|
||||||
background-color: #2e3436;
|
background-color: #2e3436;
|
||||||
}
|
}
|
||||||
|
.dark a {
|
||||||
|
color: #eeeeec;
|
||||||
|
}
|
||||||
.help-text, .helptext {
|
.help-text, .helptext {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 7px 7px;
|
padding: 7px 7px;
|
||||||
|
|
Loading…
Reference in a new issue