From 8bc3ecc712043fef3867b45abed1fbcea8b0224b Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 12 Nov 2024 00:19:19 -0500 Subject: Inactive widgets --- styles/themes/base.css | 1 + 1 file changed, 1 insertion(+) (limited to 'styles/themes/base.css') diff --git a/styles/themes/base.css b/styles/themes/base.css index 24ff4b9..cd59b56 100644 --- a/styles/themes/base.css +++ b/styles/themes/base.css @@ -7,6 +7,7 @@ --w-bg-hover: #eee; --w-bg-active: #eee; --w-shadow: #aaa; + --w-shadow-inactive: #888; /* Toggle Widget colors */ --w-tg-inactive-color: #222; -- cgit v1.2.3