sync a:hover color

This commit is contained in:
Ada 2023-05-14 03:10:06 +02:00 committed by GitHub
parent 1e7c6f8e3b
commit eb53f0bd85

2
ui.css
View file

@ -40,5 +40,5 @@ a {
color:#C71585;
}
a:hover {
color: white;
color: var(--bg-color);
}