fix: title + styles

This commit is contained in:
Cory Dransfeldt 2024-09-02 08:51:55 -07:00
parent f4530c30e2
commit ee721631b9
No known key found for this signature in database
16 changed files with 82 additions and 95 deletions

View file

@ -58,7 +58,7 @@ a:active > .watching.hero::after {
content: '';
top: 0;
left: 0;
box-shadow: inset 0 -85px 60px -60px var(--black);
box-shadow: var(--box-shadow-media);
width: 100%;
height: 100%;
border: var(--border-default);
@ -140,7 +140,7 @@ a:active > .watching.hero::after {
content: '';
top: 0;
left: 0;
box-shadow: inset 0 -85px 60px -60px var(--black);
box-shadow: var(--box-shadow-media);
width: 100%;
height: 100%;
border: var(--border-default);