1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-26 15:34:33 +02:00

adds grey styling for backdrop

This commit is contained in:
soph-iest
2018-12-13 15:50:00 -05:00
parent 33ced2866f
commit 3a43f47722

View File

@@ -4,6 +4,11 @@
border: none;
box-shadow: 4px 0, -4px 0, 0 4px, 0 -4px;
> .backdrop,
&::backdrop {
background-color: rgba(0, 0, 0, 0.3);
}
> :last-child {
margin-bottom: 0;
}