Changed modal backdrop to not be a blur effect.

This commit is contained in:
Brian McGonagill 2026-03-26 18:56:33 -05:00
parent fedf1eb4c5
commit 79e7d67ec2

View file

@ -87,13 +87,12 @@ dialog {
}
dialog::backdrop {
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(2px);
background: rgba(0, 0, 0, 0.4);
}
dialog article {
margin: 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
dialog article p {