theme: further neon color refinement #175

make it more distinct from the GoboLinux style
This commit is contained in:
Sören Weber 2022-02-18 00:19:12 +01:00
parent 6f35177349
commit 0e3553c3a8
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -39,12 +39,7 @@
--MENU-SEARCH-BOX-color: #e0e0e0; /* Override search field border color */
--MENU-SECTIONS-ACTIVE-BG-color: rgba( 0, 0, 0, .166 ); /* Background color of the active section and its children */
--MENU-SECTIONS-BG-color: linear-gradient(
165deg,
#9f3fffb3 0%,
#4cabffb3 75%,
#02ccaab3 100%
); /* Background color of side bar */
--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 */