mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-10 14:42:04 +02:00
Relocate all colors to _globals.scss
This commit is contained in:
parent
f704547b25
commit
458b155945
7 changed files with 121 additions and 94 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue