theme: fix color of IE11 home link fallback #402

This commit is contained in:
Sören Weber 2022-11-23 07:46:32 +01:00
parent bacbcf2aba
commit 3c6ea53a22
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -324,7 +324,7 @@
} }
#homelinks a { #homelinks a {
color: #323232 /* var(--MENU-HOME-LINK-color) */ color: #404040 /* var(--MENU-HOME-LINK-color) */
} }
#homelinks a:hover { #homelinks a:hover {