Change link color in dark mode

This commit is contained in:
Yohan Boniface 2023-09-05 09:36:05 +02:00
parent d8b63974f9
commit 09d0891318

View file

@ -185,6 +185,9 @@ select[multiple="multiple"] {
.dark .button:hover, .dark input[type="submit"]:hover {
background-color: #2e3436;
}
.dark a {
color: #eeeeec;
}
.help-text, .helptext {
display: block;
padding: 7px 7px;