mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 02:40:24 +00:00
variant: purple is the new blue in neon
This commit is contained in:
parent
0dde58adc3
commit
56bc54d92d
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: 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 */
|
||||
|
||||
--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 */
|
||||
|
||||
/* optional overwrites for specific headers */
|
||||
|
|
Loading…
Reference in a new issue