change background to be bluer
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2024-09-14 23:43:39 -05:00
parent 55da20bde0
commit 509fd14440

View file

@ -41,7 +41,7 @@
}
@media (prefers-color-scheme: dark) {
$backgroundColor: #202030;
$backgroundColor: hsl(230, 20%, 16%);
$textColor: #cdcdcd;
$linkColor: hsl(216, 82%, 75%);
$linkHoverColor: #202749;