chore: update styles

This commit is contained in:
Cory Dransfeldt 2024-06-28 15:57:59 -07:00
parent bcbe90d9f1
commit 56b766eefc
No known key found for this signature in database
4 changed files with 14 additions and 8 deletions

View file

@ -51,7 +51,7 @@
content: '';
top: 0;
left: 1px;
box-shadow: inset 0 -70px 50px -40px var(--black);
box-shadow: inset 0 -85px 60px -65px var(--black);
width: calc(100% - 2px);
height: calc(100% - 1px);
}

View file

@ -50,7 +50,7 @@
content: '';
bottom: 1px;
left: 1px;
box-shadow: inset 0 -70px 75px -40px #000;
box-shadow: inset 0 -85px 60px -65px var(--black);
width: calc(100% - 2px);
height: calc(100% - 1px);
}
@ -116,7 +116,7 @@
content: '';
top: 0;
left: 1px;
box-shadow: inset 0 -70px 75px -40px #000;
box-shadow: inset 0 -85px 60px -65px var(--black);
width: calc(100% - 2px);
height: calc(100% - 1px);
}