reduce contrast

This commit is contained in:
bdeshi 2022-05-23 21:03:54 +06:00
parent 035dd0cc82
commit d885ed5de8
Signed by: bdeshi
GPG Key ID: 410D03DA9A3468E0
1 changed files with 13 additions and 13 deletions

View File

@ -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