mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Removed the newer threads banner and refresh button from catalog and board footers. Deleted newer_threads_available translation key from all languages.
19 lines
332 B
CSS
19 lines
332 B
CSS
.footer {
|
|
padding: 15px 0 10px 5px;
|
|
color: var(--post-mobile-abbr-text-color);
|
|
}
|
|
|
|
.footer a {
|
|
text-decoration: var(--button-text-decoration);
|
|
color: var(--button-desktop-text-color);
|
|
}
|
|
|
|
.footer a:hover {
|
|
color: var(--button-desktop-text-color-hover);
|
|
}
|
|
|
|
@media (max-width: 640px) {
|
|
.footer {
|
|
padding-left: 5px;
|
|
}
|
|
} |