Footer links are painted white

This commit is contained in:
Mirai Kumiko 2025-03-15 01:46:08 +01:00
parent 2a8c2608f5
commit 05e87918b9
2 changed files with 6 additions and 1 deletions

View file

@ -8,3 +8,8 @@ body {
font-weight: bold;
margin: 19.92px 0 19.92px 0;
}
.white-link {
color: white;
text-decoration: none;"
}