mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix: color missing, translation missing
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
color: var(--post-mobile-abbr-text-color);
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user