1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/KevinK.dev.js.git synced 2025-05-15 18:06:56 +02:00

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; 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) { @media (prefers-color-scheme: light) {
text-shadow: 0 0 20px rgba($accentColor, 0.3); text-shadow: 0 0 20px rgba($accentColor, 0.3);