change background to be bluer
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
55da20bde0
commit
509fd14440
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
$backgroundColor: #202030;
|
$backgroundColor: hsl(230, 20%, 16%);
|
||||||
$textColor: #cdcdcd;
|
$textColor: #cdcdcd;
|
||||||
$linkColor: hsl(216, 82%, 75%);
|
$linkColor: hsl(216, 82%, 75%);
|
||||||
$linkHoverColor: #202749;
|
$linkHoverColor: #202749;
|
||||||
|
|
Loading…
Reference in a new issue