mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Merge branch 'codex/fix/yotsuba-mobile-footer-links'
This commit is contained in:
@@ -37,12 +37,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.legalMeta a {
|
.legalMeta a {
|
||||||
color: var(--boardsbar-desktop-link-text-color);
|
color: var(--post-link-text-color);
|
||||||
text-decoration: var(--boardsbar-desktop-link-text-decoration);
|
text-decoration: var(--boardsbar-desktop-link-text-decoration);
|
||||||
}
|
}
|
||||||
|
|
||||||
.legalMeta a:hover {
|
.legalMeta a:hover {
|
||||||
color: var(--boardsbar-desktop-link-text-color-hover);
|
color: var(--post-link-text-color-hover);
|
||||||
text-decoration: var(--boardsbar-desktop-link-text-decoration-hover);
|
text-decoration: var(--boardsbar-desktop-link-text-decoration-hover);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -215,12 +215,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mobileFooterLinks a {
|
.mobileFooterLinks a {
|
||||||
color: var(--boardsbar-desktop-link-text-color);
|
color: var(--post-link-text-color);
|
||||||
text-decoration: underline;
|
text-decoration: var(--boardsbar-desktop-link-text-decoration);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobileFooterLinks a:hover {
|
.mobileFooterLinks a:hover {
|
||||||
color: var(--boardsbar-desktop-link-text-color-hover);
|
color: var(--post-link-text-color-hover);
|
||||||
|
text-decoration: var(--boardsbar-desktop-link-text-decoration-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobileFooterStats {
|
.mobileFooterStats {
|
||||||
|
|||||||
Reference in New Issue
Block a user