variant: purple is the new blue in neon

This commit is contained in:
Sören Weber 2024-04-23 22:04:28 +02:00
parent 0dde58adc3
commit 56bc54d92d
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -1,10 +1,10 @@
:root { :root {
--PRIMARY-color: rgba( 243, 0, 178, 1 ); /* brand primary color */ --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 */ --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-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 */ --MAIN-BG-color: rgba( 16, 16, 16, 1 ); /* background color of content */
/* optional overwrites for specific headers */ /* optional overwrites for specific headers */