0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 22:52:39 +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; line-height: 1.5em;
z-index: 1; z-index: 1;
&::backdrop {
background-color: #000a;
}
button { button {
background-color: #333; background-color: #333;
color: white; color: white;
@@ -28,4 +32,4 @@
h3 { h3 {
font-size: 18px; font-size: 18px;
} }
} }