Relocate all colors to _globals.scss

This commit is contained in:
Kevin Kandlbinder 2021-12-13 18:04:35 +00:00 committed by GitHub
parent f704547b25
commit 458b155945
7 changed files with 121 additions and 94 deletions

View file

@ -79,9 +79,9 @@ h1 {
color: $accentColor;
text-shadow: 0 0 20px rgba($accentColor, 0.15);
text-shadow: $textShadowAccent;
@media (prefers-color-scheme: light) {
text-shadow: 0 0 20px rgba($accentColor, 0.3);
text-shadow: $textShadowAccentLight;
}
}