[S] More color variables

pull/14/head
Azalea 2024-02-20 18:32:25 -05:00
parent a87146a401
commit 8d2474768b
2 changed files with 20 additions and 9 deletions

View File

@ -47,7 +47,6 @@ h1
main:not(.no-margin)
max-width: 1280px
//width: 100%
margin: 0 auto
padding-bottom: 100px
@ -73,3 +72,18 @@ button:hover
button:focus, button:focus-visible
color: $c-main
outline: none
.level-0
--lv-color: $c-lv0
.level-1
--lv-color: $c-lv1
.level-2
--lv-color: $c-lv2
.level-3
--lv-color: $c-lv3
.error
color: $c-error

View File

@ -3,16 +3,13 @@ $c-main: #b3c6ff
$c-good: #b3ffb9
$c-darker: #646cff
$c-bg: #242424
$c-error: #ff6b6b
$nav-height: 4rem
$w-mobile: 560px
$w-max: 900px
.level-0
--lv-color: #6ED43E
.level-1
--lv-color: #F7B807
.level-2
--lv-color: #FF828D
.level-3
--lv-color: #A051DC
$c-lv0: #6ED43E
$c-lv1: #F7B807
$c-lv2: #FF828D
$c-lv3: #A051DC