style(home): add missing color on hover

This commit is contained in:
Tom (plebeius.eth)
2024-06-12 21:30:28 +02:00
parent 937abf8dca
commit 0abc5a3841
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -342,4 +342,8 @@
color: var(--homepage-box-bar-text-color);
text-decoration: none;
}
.footer a:hover {
color: var(--homepage-box-bar-text-color-hover);
}
}