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 { footer a {
color: #4CAF50; color: #7F006E;
text-decoration: none; text-decoration: none;
transition: color 0.3s; transition: color 0.3s;
} }
footer a:hover { footer a:hover {
color: #45a049; color: #FF7FED;
text-decoration: underline; text-decoration: underline;
} }

View File

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

View File

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

View File

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

View File

@ -52,11 +52,12 @@
height: 40px; height: 40px;
} }
footer a { footer a {
color: #4CAF50; color: #7F006E;
text-decoration: none; text-decoration: none;
transition: color 0.3s; transition: color 0.3s;
} }
footer a:hover { footer a:hover {
color: #FF7FED;
text-decoration: underline; text-decoration: underline;
} }
.heart { .heart {

View File

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