fix: color missing, translation missing

This commit is contained in:
Tom (plebeius.eth)
2024-10-15 13:10:47 +02:00
parent 5c3fed9972
commit 0705bd9dbd
5 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -3,12 +3,12 @@
padding: 15px 0 10px 5px;
}
.footer a {
.footer a, .newerPostsButton {
text-decoration: var(--button-text-decoration);
color: var(--button-desktop-text-color);
}
.footer a:hover {
.footer a:hover, .newerPostsButton:hover {
color: var(--button-desktop-text-color-hover);
}