Modify dialog background to be transparent

Updated the background style for dialog role.
This commit is contained in:
2025-12-08 23:44:13 +00:00
committed by GitHub
parent 4d442dfa9d
commit f8f5615416
+2 -1
View File
@@ -236,8 +236,9 @@
} }
[role="dialog"] { [role="dialog"] {
background: transparent;
/* background: linear-gradient(135deg, #7e5bef, #c084fc); */ /* background: linear-gradient(135deg, #7e5bef, #c084fc); */
background: linear-gradient(135deg, #4c2889, #7a3fc3); /* background: linear-gradient(135deg, #4c2889, #7a3fc3); */
} }
[role="dialog"] [data-text-variant="text-xs/normal"] { [role="dialog"] [data-text-variant="text-xs/normal"] {