Make h1 less glowy in dark mode

This commit is contained in:
Kevin Kandlbinder 2021-07-26 13:23:52 +00:00
parent 943322441d
commit 712ab4e510

View file

@ -80,7 +80,7 @@ h1 {
color: $accentColor;
text-shadow: 0 0 20px rgba($accentColor, 0.2);
text-shadow: 0 0 20px rgba($accentColor, 0.15);
@media (prefers-color-scheme: light) {
text-shadow: 0 0 20px rgba($accentColor, 0.3);