mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 02:40:24 +00:00
variant: darker purple for neon
This commit is contained in:
parent
56bc54d92d
commit
0c748b2fd3
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue