diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-12 00:19:19 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-12 00:19:19 -0500 |
commit | 8bc3ecc712043fef3867b45abed1fbcea8b0224b (patch) | |
tree | fd11ae27e93aaaff98c3b3eb4f325913129cd6bc /styles/themes/base.css | |
parent | 79a18d745750962a6ef2c61272039a9c89875c9a (diff) |
Inactive widgets
Diffstat (limited to 'styles/themes/base.css')
-rw-r--r-- | styles/themes/base.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |