From 9e019047e9a0d53b251b83dc660331e8c7e930c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 17 Feb 2022 01:32:05 +0100 Subject: [PATCH] theme: neon color refinements #175 due to copyright constraints of the GoboLinux project --- static/css/theme-neon.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */