chore: adjust shade

This commit is contained in:
Cory Dransfeldt 2024-03-07 19:02:36 -08:00
parent 22b3cb5a9d
commit ce401d90fb
No known key found for this signature in database

View file

@ -51,7 +51,7 @@
color: var(--color-lightest);
font-size: var(--font-size-xs);
line-height: var(--line-height-xs);
text-shadow: var(--color-darkest) 0 0 16px,-1px -1px 0 rgba(0,0,0,.25),1px -1px 0 rgba(0,0,0,.25),-1px 1px 0 rgba(0,0,0,.25),1px 1px 0 rgba(0,0,0,.25);
text-shadow: var(--color-darkest) 0 0 12px,-1px -1px 0 rgba(0,0,0,.25),1px -1px 0 rgba(0,0,0,.25),-1px 1px 0 rgba(0,0,0,.25),1px 1px 0 rgba(0,0,0,.25);
}
.media__grid .item__meta-text .header {