Event Cards Update und alle links sind Orange, einheitlich auf der ganzen Seite

This commit is contained in:
Selina Erci
2025-07-23 14:56:34 +02:00
parent f356b37c9e
commit f0afa677a0
9 changed files with 171 additions and 132 deletions

View File

@ -23,3 +23,12 @@ body {
width: var(--container-width);
margin: 0 auto;
}
a {
color: #ffa500;
}
a:hover {
text-decoration: none;
}