Fix link color in dark mode

This commit is contained in:
Alexander Haase 2020-11-25 12:00:38 +01:00
parent 97c6d25a67
commit 02ac5805f8

View file

@ -60,6 +60,6 @@
a,
a:hover,
a:focus {
color: @black;
color: white;
}
}