From 3e143b47e085b20756619c009b450d51dc270b7b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Jul 2026 16:32:43 +0800 Subject: [PATCH] fix(themeing): update scrollbar contrast on background fix(themeing): update scrollbar contrast on background Signed-off-by: root [skip ci] --- apps/dashboard/src/DashboardApp.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/dashboard/src/DashboardApp.vue b/apps/dashboard/src/DashboardApp.vue index a73e082a001dc..7814afda2bba1 100644 --- a/apps/dashboard/src/DashboardApp.vue +++ b/apps/dashboard/src/DashboardApp.vue @@ -800,5 +800,7 @@ html, body { #content { overflow: auto; + /* Scrollbar sits on the background image — use plain-text color for contrast */ + scrollbar-color: var(--color-background-plain-text) transparent; }