sync a:hover color
This commit is contained in:
parent
1e7c6f8e3b
commit
eb53f0bd85
1 changed files with 1 additions and 1 deletions
2
ui.css
2
ui.css
|
@ -40,5 +40,5 @@ a {
|
||||||
color:#C71585;
|
color:#C71585;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: white;
|
color: var(--bg-color);
|
||||||
}
|
}
|
Loading…
Reference in a new issue