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

@ -70,13 +70,13 @@
}
footer a {
color: #4CAF50;
color: #7F006E;
text-decoration: none;
transition: color 0.3s;
}
footer a:hover {
color: #45a049;
color: #FF7FED;
text-decoration: underline;
}