mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-12 16:37:00 +02:00
Make h1 less glowy in dark mode
This commit is contained in:
parent
943322441d
commit
712ab4e510
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue