0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 05:02:43 +00:00

Dim background while Modal displayed

This commit is contained in:
G.Ambatte
2024-06-07 11:25:34 +12:00
committed by GitHub
parent 476002ae4d
commit 8bbf2e1ce4

View File

@@ -8,6 +8,10 @@
line-height: 1.5em;
z-index: 1;
&::backdrop {
background-color: #000a;
}
button {
background-color: #333;
color: white;
@@ -28,4 +32,4 @@
h3 {
font-size: 18px;
}
}
}