1
0

Footer Textfarbe geändert

This commit is contained in:
2025-03-20 16:45:38 +01:00
parent 04ea3e881a
commit c8a78ef1ff
6 changed files with 12 additions and 7 deletions

View File

@ -308,12 +308,13 @@
}
footer a {
color: var(--accent-color, #4CAF50);
color: var(--accent-color, #7F006E);
text-decoration: none;
transition: color 0.3s;
}
footer a:hover {
color: var(--accent-color, #FF7FED);
text-decoration: underline;
}