This commit is contained in:
Ada 2023-05-14 03:15:20 +02:00 committed by GitHub
parent 6489c8b943
commit eb4ae44ad3

2
ui.css
View file

@ -39,7 +39,9 @@ h1 {
a {
color: var(--text-color);
text-decoration: none;
}
a:hover {
color: var(--bg-color);
text-decoration: underline;
}