Skip to content

Commit 52c771c

Browse files
authored
Update userChrome.css - dark - light theme for zen logo on home
1 parent fa860ff commit 52c771c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

userChrome.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,13 @@ tab[busy] {
8181
background-position: center !important;
8282
background-repeat: no-repeat !important;
8383
background-size: 50px !important;
84-
filter: saturate(0);
84+
filter: saturate(0) brightness(1.8) !important;
8585
/* background-size: cover !important; */
86+
87+
88+
@media (prefers-color-scheme: dark) {
89+
filter: saturate(0) brightness(0.2) !important;
90+
}
8691
}
8792

8893
/* hide compact sidebar when no tabs open */

0 commit comments

Comments
 (0)