Add !important to browser background style for overriding specificity

This commit is contained in:
mr. M
2025-01-28 20:26:59 +01:00
parent 2787546f89
commit 1e99b8cf36

View File

@@ -28,7 +28,7 @@
#browser {
width: 100%;
background: var(--zen-main-browser-background);
background: var(--zen-main-browser-background) !important;
will-change: background-color;