This commit is contained in:
fatmeat 2025-05-22 21:57:16 +02:00
parent 945e6eb047
commit a2779cd9c7

View File

@ -112,6 +112,9 @@ footer {
a {
text-decoration: none;
padding: 0.5rem 1rem;
border: 1px solid var(--primary-color);
border-radius: 2px;
color: var(--primary-color);
text-shadow: 0 0 3px var(--primary-color);
}
@ -120,3 +123,10 @@ a:hover {
background: var(--primary-color);
color: var(--background-color);
}
ul {
display: flex;
flex-wrap: wrap;
gap: 1rem;
list-style: none;
}