From 0f11308c93d5f0f476e50ca6006e069b3085e12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 7 Apr 2024 13:37:31 +0200 Subject: [PATCH] variant: wildspace #822 --- static/css/theme-relearn-light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme-relearn-light.css b/static/css/theme-relearn-light.css index cd2083d2a2..1581592d29 100644 --- a/static/css/theme-relearn-light.css +++ b/static/css/theme-relearn-light.css @@ -1,7 +1,7 @@ :root { --PRIMARY-color: rgba( 125, 201, 3, 1 ); /* brand primary color */ --SECONDARY-color: rgba( 72, 106, 201, 1 ); /* brand secondary color */ - --ACCENT-color: rgb(255, 102, 78); /* brand accent color, used for search highlights */ + --ACCENT-color: rgb( 255, 102, 78 ); /* brand accent color, used for search highlights */ --MAIN-TEXT-color: rgba( 0, 0, 0, 1 ); /* text color of content and h1 titles */ --MAIN-LINK-HOVER-color: rgba( 32, 40, 145, 1 ); /* hovered link color of content */