DEV: update box-shadow (#14)

This commit is contained in:
Kris 2023-06-15 10:12:33 -04:00 committed by GitHub
parent 53c87a2ea4
commit b78b6c6baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@
width: 100%;
background-color: var(--secondary);
box-shadow: shadow("card");
box-shadow: var(--shadow-card);
margin-bottom: auto;
}