Skip to content

Commit daf23be

Browse files
committed
Fix simple popups having broken filters
1 parent c639154 commit daf23be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:root {
33
--brown-border: rgb(121, 77, 46);
44
--colored-container: rgb(255, 243, 209);
5+
--dialog-backdrop-opacity: 50%; /* default value for dialog opacity if something goes wrong (and for simple popups :D) */
56
}
67

78
/* basic basis for most html elements */

0 commit comments

Comments
 (0)