Add box shadow, looks a bit better imo

This commit is contained in:
wearrrrr 2024-02-21 14:55:25 -06:00
parent b589a5ff46
commit f9b1a9e909

View file

@ -193,6 +193,7 @@ export function getStaticPaths() {
height: 240px;
overflow: hidden;
border: 3px solid var(--text-color);
box-shadow: 10px 10px 20px var(--dropdown-background-color);
}
#loading-content {