mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style: replace strikethrough with gray color for unassigned board directories
This commit is contained in:
@@ -23,8 +23,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.placeholder {
|
.placeholder {
|
||||||
text-decoration: line-through;
|
color: var(--topbar-separator-color);
|
||||||
color: var(--topbar-desktop-link-text-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navTopRight {
|
.navTopRight {
|
||||||
|
|||||||
@@ -314,7 +314,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.boardsColumn a.placeholder {
|
.boardsColumn a.placeholder {
|
||||||
text-decoration: line-through;
|
color: #aaa !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user