reduce contrast
This commit is contained in:
parent
ca2c548639
commit
94d521acc8
|
@ -1,17 +1,17 @@
|
||||||
|
|
||||||
$bg: #444444
|
$bg: #444444
|
||||||
$mg: #222222
|
$mg: #222222
|
||||||
$fg: #C8C8C8
|
$fg: #B4B4B4
|
||||||
|
|
||||||
$dim: #A4A4A4
|
$dim: #8A8A8A
|
||||||
$bright: #D8D8D8
|
$bright: #C8C8C8
|
||||||
$dimmer: #888888
|
$dimmer: #767676
|
||||||
$brighter: #FBFBFB
|
$brighter: #DADADA
|
||||||
|
|
||||||
$accent1: #98e2ff
|
$accent1: #71c9ec
|
||||||
$accent2: #ffe655
|
$accent2: #f8d34a
|
||||||
$accent3: #82cdff
|
$accent3: #4cc17f
|
||||||
$accent4: #69f07b
|
$accent4: #d77942
|
||||||
|
|
||||||
body
|
body
|
||||||
background-color: $bg
|
background-color: $bg
|
||||||
|
@ -44,7 +44,7 @@ header, footer
|
||||||
|
|
||||||
.main
|
.main
|
||||||
b
|
b
|
||||||
color: $accent4
|
color: $accent3
|
||||||
em
|
em
|
||||||
color: $accent1
|
color: $accent1
|
||||||
h1
|
h1
|
||||||
|
@ -53,13 +53,13 @@ header, footer
|
||||||
em
|
em
|
||||||
color: $accent1
|
color: $accent1
|
||||||
.options b
|
.options b
|
||||||
color: $accent4
|
color: $accent3
|
||||||
.synopsis
|
.synopsis
|
||||||
.desc > p > b
|
.desc > p > b
|
||||||
color: $accent4
|
color: $accent3
|
||||||
.history
|
.history
|
||||||
.job
|
.job
|
||||||
color: $accent4
|
color: $accent3
|
||||||
|
|
||||||
.target a, a.target
|
.target a, a.target
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
Loading…
Reference in New Issue
Block a user