mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-27 07:54:29 +02:00
adds grey styling for backdrop
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
border: none;
|
border: none;
|
||||||
box-shadow: 4px 0, -4px 0, 0 4px, 0 -4px;
|
box-shadow: 4px 0, -4px 0, 0 4px, 0 -4px;
|
||||||
|
|
||||||
|
> .backdrop,
|
||||||
|
&::backdrop {
|
||||||
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
> :last-child {
|
> :last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user