diff --git a/assets/css/theme-neon.css b/assets/css/theme-neon.css index 86b8fc59d1..ce893f5c41 100644 --- a/assets/css/theme-neon.css +++ b/assets/css/theme-neon.css @@ -1,10 +1,10 @@ :root { --PRIMARY-color: rgba( 243, 0, 178, 1 ); /* brand primary color */ - --SECONDARY-color: rgba( 28, 144, 243, 1 ); /* brand secondary color */ + --SECONDARY-color: rgb( 160, 120, 255, 1 ); /* brand secondary color */ --ACCENT-color: rgba( 255, 255, 0, 1 ); /* brand accent color, used for search highlights */ --MAIN-TEXT-color: rgba( 224, 224, 224, 1 ); /* text color of content and h1 titles */ - --MAIN-LINK-HOVER-color: rgba( 76, 171, 255, 1 ); /* hovered link color of content */ + --MAIN-LINK-HOVER-color: rgb( 180, 160, 255, 1 ); /* hovered link color of content */ --MAIN-BG-color: rgba( 16, 16, 16, 1 ); /* background color of content */ /* optional overwrites for specific headers */