From 128b6b19868202625e859992ddb4affaa2c68f5f Mon Sep 17 00:00:00 2001 From: plebeius Date: Fri, 7 Nov 2025 18:53:15 +0100 Subject: [PATCH] style: replace strikethrough with gray color for unassigned board directories --- src/components/topbar/topbar.module.css | 3 +-- src/views/home/home.module.css | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/topbar/topbar.module.css b/src/components/topbar/topbar.module.css index 0990c96f..17d00e8a 100644 --- a/src/components/topbar/topbar.module.css +++ b/src/components/topbar/topbar.module.css @@ -23,8 +23,7 @@ } .placeholder { - text-decoration: line-through; - color: var(--topbar-desktop-link-text-color); + color: var(--topbar-separator-color); } .navTopRight { diff --git a/src/views/home/home.module.css b/src/views/home/home.module.css index 9ed7da21..6a0038b1 100644 --- a/src/views/home/home.module.css +++ b/src/views/home/home.module.css @@ -314,7 +314,7 @@ } .boardsColumn a.placeholder { - text-decoration: line-through; + color: #aaa !important; } @media (max-width: 640px) {