style: replace strikethrough with gray color for unassigned board directories

This commit is contained in:
plebeius
2025-11-07 18:53:15 +01:00
parent 2a521ad8f8
commit 128b6b1986
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -23,8 +23,7 @@
}
.placeholder {
text-decoration: line-through;
color: var(--topbar-desktop-link-text-color);
color: var(--topbar-separator-color);
}
.navTopRight {
+1 -1
View File
@@ -314,7 +314,7 @@
}
.boardsColumn a.placeholder {
text-decoration: line-through;
color: #aaa !important;
}
@media (max-width: 640px) {