mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: fix color of IE11 home link fallback #402
This commit is contained in:
parent
bacbcf2aba
commit
3c6ea53a22
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue