This commit is contained in:
McShelby 2022-02-17 23:19:50 +00:00
parent 49e2f6c9ac
commit a4f1ca7b6d
155 changed files with 3521 additions and 3526 deletions

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 */