[frontend/css] Remove default background color from dialogs

This commit is contained in:
pancakes 2025-02-14 23:13:08 +10:00 committed by Laura Hausmann
parent 7caabbdbfd
commit d7ec77f8e1
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -90,6 +90,7 @@ dialog {
border: 0;
margin: 0;
padding: 0;
background-color: transparent;
}
button {