54
54
image {
55
55
border-radius : 100px !important ;
56
56
scale : 1.4 ;
57
+
58
+
59
+ filter : saturate (0 ) brightness (0.4 ) !important ;
60
+
61
+
62
+ @media (prefers-color-scheme : dark) {
63
+ filter : saturate (0 ) brightness (1.6 ) !important ;
64
+ }
57
65
}
58
66
}
59
67
@@ -81,12 +89,12 @@ tab[busy] {
81
89
background-position : center !important ;
82
90
background-repeat : no-repeat !important ;
83
91
background-size : 50px !important ;
84
- filter : saturate (0 ) brightness (1.8 ) !important ;
92
+ filter : saturate (0 ) brightness (0.2 ) !important ;
85
93
/* background-size: cover !important; */
86
94
87
95
88
96
@media (prefers-color-scheme : dark) {
89
- filter : saturate (0 ) brightness (0.2 ) !important ;
97
+ filter : saturate (0 ) brightness (1.8 ) !important ;
90
98
}
91
99
}
92
100
@@ -128,7 +136,7 @@ html:not([lwt-sidebar="dark"]) {
128
136
129
137
/* Zen Internet */
130
138
[label = "Zen Internet" ] image {
131
- list-style-image : url ("https://cdn3.iconfinder.com/data/icons/feather-5/24/command-128.png" ) !important ;
139
+ /* list-style-image: url("https://cdn3.iconfinder.com/data/icons/feather-5/24/command-128.png") !important; */
132
140
}
133
141
134
142
/* Proton Pass free */
@@ -140,7 +148,7 @@ html:not([lwt-sidebar="dark"]) {
140
148
[devtoolstheme = "dark" ] {
141
149
[label = "Dark Reader" ],
142
150
[label = "Stylebot" ],
143
- [label = "Zen Internet" ],
151
+ /* [label="Zen Internet"], */
144
152
[label = "Proton Pass: Free Password Manager" ]{
145
153
image {
146
154
filter : invert (1 );
@@ -543,7 +551,7 @@ body:has(
543
551
opacity : 1 !important ;
544
552
}
545
553
546
- # zen-sidebar-bottom-buttons {
554
+ # zen-sidebar-bottom-buttons : not ( : has ([ open = "true" ])) {
547
555
bottom : -25px !important ;
548
556
opacity : 0 !important ;
549
557
transition : all 0.3s ease-in-out !important ;
@@ -582,6 +590,12 @@ body:has(
582
590
}
583
591
}
584
592
593
+ /* no split borders */
594
+ hbox [zen-split = "true" ].deck-selected {
595
+ border : none !important ;
596
+ outline : none !important ;
597
+ }
598
+
585
599
/* permanently transparent compact sidebar - fix for zen bug ================= remove if you sue the compact sidebar */
586
600
# zen-main-app-wrapper [zen-compact-mode = "true" ] # navigator-toolbox {
587
601
opacity : 0 !important ;
0 commit comments