diff --git a/static/css/theme-neon.css b/static/css/theme-neon.css index fa5bedacd6..53e31352a8 100644 --- a/static/css/theme-neon.css +++ b/static/css/theme-neon.css @@ -40,10 +40,10 @@ --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( - 150deg, + 165deg, #9f3fffb3 0%, - #00bcf4b3 75%, - #00ff5ab3 100% + #4cabffb3 75%, + #02ccaab3 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 */