This commit is contained in:
fatmeat 2025-05-22 21:58:25 +02:00
parent a2779cd9c7
commit b12de60f06

View File

@ -119,6 +119,12 @@ a {
text-shadow: 0 0 3px var(--primary-color); text-shadow: 0 0 3px var(--primary-color);
} }
footer a {
text-decoration: none;
color: var(--primary-color);
text-shadow: 0 0 3px var(--primary-color);
}
a:hover { a:hover {
background: var(--primary-color); background: var(--primary-color);
color: var(--background-color); color: var(--background-color);