mirror of https://github.com/hykilpikonna/AquaDX
[S] More color variables
parent
a87146a401
commit
8d2474768b
|
@ -47,7 +47,6 @@ h1
|
||||||
|
|
||||||
main:not(.no-margin)
|
main:not(.no-margin)
|
||||||
max-width: 1280px
|
max-width: 1280px
|
||||||
//width: 100%
|
|
||||||
|
|
||||||
margin: 0 auto
|
margin: 0 auto
|
||||||
padding-bottom: 100px
|
padding-bottom: 100px
|
||||||
|
@ -73,3 +72,18 @@ button:hover
|
||||||
button:focus, button:focus-visible
|
button:focus, button:focus-visible
|
||||||
color: $c-main
|
color: $c-main
|
||||||
outline: none
|
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
|
||||||
|
|
|
@ -3,16 +3,13 @@ $c-main: #b3c6ff
|
||||||
$c-good: #b3ffb9
|
$c-good: #b3ffb9
|
||||||
$c-darker: #646cff
|
$c-darker: #646cff
|
||||||
$c-bg: #242424
|
$c-bg: #242424
|
||||||
|
$c-error: #ff6b6b
|
||||||
|
|
||||||
$nav-height: 4rem
|
$nav-height: 4rem
|
||||||
$w-mobile: 560px
|
$w-mobile: 560px
|
||||||
$w-max: 900px
|
$w-max: 900px
|
||||||
|
|
||||||
.level-0
|
$c-lv0: #6ED43E
|
||||||
--lv-color: #6ED43E
|
$c-lv1: #F7B807
|
||||||
.level-1
|
$c-lv2: #FF828D
|
||||||
--lv-color: #F7B807
|
$c-lv3: #A051DC
|
||||||
.level-2
|
|
||||||
--lv-color: #FF828D
|
|
||||||
.level-3
|
|
||||||
--lv-color: #A051DC
|
|
Loading…
Reference in New Issue