Set default browser background as white

This commit is contained in:
mr. M
2024-10-18 18:45:18 +02:00
parent 22adb293f7
commit 9a73aba7fc

View File

@@ -11,6 +11,10 @@
box-shadow: var(--uc-tweak-rounded-corners-shadow) !important;
& browser {
background: white;
}
/* Use pseudo element overlay to simulate rounded corners, similar to the
* tab corners, fixes bug with backdrop-filter. */
&::after {