mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-13 08:57:04 +02:00
Apply accent color to h1 elements
This commit is contained in:
parent
9e957a2cbd
commit
79b6120522
1 changed files with 8 additions and 0 deletions
|
@ -77,4 +77,12 @@ article {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
|
||||||
|
color: $accentColor;
|
||||||
|
|
||||||
|
text-shadow: 0 0 20px rgba($accentColor, .2);
|
||||||
|
|
||||||
|
@media(prefers-color-scheme: light) {
|
||||||
|
text-shadow: 0 0 20px rgba($accentColor, .3);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue