From 81d0b97965f90ced82d9945a4aa3060f5d1c8ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 18 Feb 2022 02:25:02 +0100 Subject: [PATCH] #theme: neon adjustments #175 --- static/css/theme-neon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme-neon.css b/static/css/theme-neon.css index adacfa39b8..c715fca15b 100644 --- a/static/css/theme-neon.css +++ b/static/css/theme-neon.css @@ -44,7 +44,7 @@ --MENU-SECTIONS-BG-color: linear-gradient( 165deg, #f300b2d3 0%, #1c90f3b3 65%, #00e3d3b3 100% ); /* Background color of side bar */ --MENU-SECTIONS-LINK-color: #ffffff; /* Color of links in menu */ --MENU-SECTIONS-LINK-HOVER-color: #d0d0d0; /* Color of links in menu, when hovered */ - --MENU-SECTION-ACTIVE-CATEGORY-color: #82e550; /* Color of active category text */ + --MENU-SECTION-ACTIVE-CATEGORY-color: #56ffe8; /* Color of active category text */ --MENU-SECTION-ACTIVE-CATEGORY-BG-color: #202020; /* Color of background for the active category (only) */ --MENU-VISITED-color: #33a1ff; /* Color of 'page visited' icons in menu */