From d7cbace17570983375aa453d681625bc88845aba Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Sun, 30 Nov 2025 17:41:28 -0600 Subject: [PATCH] Updating css file --- user_config/usr/share/utop/stylesheet.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user_config/usr/share/utop/stylesheet.css b/user_config/usr/share/utop/stylesheet.css index 4541f75..99b5cfe 100644 --- a/user_config/usr/share/utop/stylesheet.css +++ b/user_config/usr/share/utop/stylesheet.css @@ -22,3 +22,8 @@ popover > box, .clock-widget * { font-size: 20px; } + +.active-category { + background: rgba(0, 124, 0, 0.64); + color: rgba(255, 255, 255, 1); +} \ No newline at end of file