From 513dccf5646bde3c915a462bf06a2a0ca1cef5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 24 May 2022 00:37:56 +0200 Subject: [PATCH] variant: adjust neon primary color #239 --- static/css/theme-neon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme-neon.css b/static/css/theme-neon.css index 80b067676d..2ed7c975c6 100644 --- a/static/css/theme-neon.css +++ b/static/css/theme-neon.css @@ -6,7 +6,7 @@ @import "chroma-neon.css"; :root { - --PRIMARY-color: #04d1b5; /* brand primary color */ + --PRIMARY-color: #f300b2; /* brand primary color */ --SECONDARY-color: #1c90f3; /* brand secondary color */ --MAIN-TEXT-color: #e0e0e0; /* text color of content and h1 titles */