From 0c748b2fd3a61b79b0ec9a4a90797f76ee4217a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 23 Apr 2024 22:07:53 +0200 Subject: [PATCH] variant: darker purple for neon --- assets/css/theme-neon.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/theme-neon.css b/assets/css/theme-neon.css index ce893f5c41..df1494b6bf 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: rgb( 160, 120, 255, 1 ); /* brand secondary color */ + --SECONDARY-color: rgb( 154, 111, 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: rgb( 180, 160, 255, 1 ); /* hovered link color of content */ + --MAIN-LINK-HOVER-color: rgb( 171, 147, 255, 1 ); /* hovered link color of content */ --MAIN-BG-color: rgba( 16, 16, 16, 1 ); /* background color of content */ /* optional overwrites for specific headers */