This commit is contained in:
fatmeat 2025-05-22 21:55:30 +02:00
parent ce838ada2c
commit 945e6eb047

View File

@ -115,3 +115,8 @@ a {
color: var(--primary-color);
text-shadow: 0 0 3px var(--primary-color);
}
a:hover {
background: var(--primary-color);
color: var(--background-color);
}