From 45cda1a33f188412be54520d8a786c6c0d8375ce Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 14 Jul 2026 13:22:12 +0200 Subject: [PATCH] intermittent commit --- webui/src/styles/organizations.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui/src/styles/organizations.css b/webui/src/styles/organizations.css index fd06a65..324b3e1 100644 --- a/webui/src/styles/organizations.css +++ b/webui/src/styles/organizations.css @@ -1,6 +1,6 @@ .organizations-workspace { grid-template-columns: 230px minmax(0, 1fr); - background: var(--bg, #f8f7f4); + background: var(--bg); } .organizations-page { @@ -113,7 +113,7 @@ .organizations-tree-node:hover, .organizations-tree-node.active { border-color: var(--line); - background: var(--surface-muted, #f6f7f9); + background: var(--surface-muted); } .organizations-tree-node span {