Add box shadow, looks a bit better imo
This commit is contained in:
parent
b589a5ff46
commit
f9b1a9e909
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ export function getStaticPaths() {
|
||||||
height: 240px;
|
height: 240px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 3px solid var(--text-color);
|
border: 3px solid var(--text-color);
|
||||||
|
box-shadow: 10px 10px 20px var(--dropdown-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#loading-content {
|
#loading-content {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue