add missing boxshadow :)
This commit is contained in:
parent
590a51488d
commit
16bb008cdd
|
@ -58,6 +58,7 @@ body {
|
||||||
|
|
||||||
background-color: var(--col-card-background);
|
background-color: var(--col-card-background);
|
||||||
border-radius: var(--border-radius--outer);
|
border-radius: var(--border-radius--outer);
|
||||||
|
box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.0476518);
|
||||||
|
|
||||||
padding: 1rem 1rem 2.5rem 1rem;
|
padding: 1rem 1rem 2.5rem 1rem;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue