|
1 | 1 | /* @import url("https://github.com/ferrocyante/Tab-groups-for-Arc-H/raw/refs/heads/main/tab-groups.css") */
|
2 | 2 |
|
| 3 | +:root{ |
| 4 | + --bg_color: "https://github.com/sameerasw/my-internet/blob/main/wave-light.png?raw=true"; |
| 5 | + --bg_img: image-set(var(--bg_color)) !important; |
| 6 | +} |
| 7 | + |
| 8 | + |
3 | 9 | /* Hidden buttons */
|
4 | 10 | /* #nav-bar-overflow-button, */
|
5 | 11 | #zen-current-workspace-indicator {
|
@@ -80,24 +86,21 @@ tab[busy] {
|
80 | 86 | }
|
81 | 87 |
|
82 | 88 | /* empty tab image */
|
83 |
| -#browser:has([zen-empty-tab="true"][selected="true"]) .browserStack { |
84 |
| - /* background-image: url("https://github.com/sameerasw/my-internet/blob/main/cmd-t.png?raw=true") !important; */ |
85 |
| - |
86 |
| - /* zen logo */ |
87 |
| - background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/3c/Zen_Browser_logo_%28red_circles%29.svg") !important; |
88 |
| - |
| 89 | +/* #browser:has([zen-empty-tab="true"][selected="true"]) .deck-selected .browserStack { |
| 90 | + background-image: var(--bg_img, url("https://upload.wikimedia.org/wikipedia/commons/3/3c/Zen_Browser_logo_%28red_circles%29.svg")) !important; |
89 | 91 | background-position: center !important;
|
90 | 92 | background-repeat: no-repeat !important;
|
91 |
| - background-size: 50px !important; |
92 |
| - filter: saturate(0) brightness(0.2) !important; |
93 |
| - /* background-size: cover !important; */ |
94 | 93 |
|
| 94 | + background-size: 150px !important; |
95 | 95 |
|
96 |
| -@media (prefers-color-scheme: dark) { |
97 |
| - filter: saturate(0) brightness(1.8) !important; |
| 96 | + filter: saturate(0) !important; |
| 97 | + |
| 98 | + |
| 99 | +@media (prefers-color-scheme: light) { |
| 100 | + filter: saturate(0) invert(1) !important; |
98 | 101 | }
|
99 | 102 | }
|
100 |
| - |
| 103 | + */ |
101 | 104 | /* hide compact sidebar when no tabs open */
|
102 | 105 | #zen-main-app-wrapper[zen-compact-mode="true"]:not(
|
103 | 106 | :has(#urlbar[open][zen-floating-urlbar="true"])
|
@@ -578,11 +581,6 @@ body:has(
|
578 | 581 | display: none !important;
|
579 | 582 | }
|
580 | 583 |
|
581 |
| -/* fix urlbar jumping around */ |
582 |
| -#urlbar[open] #urlbar-results > :nth-child(n+6) { |
583 |
| - display: none !important; |
584 |
| -} |
585 |
| - |
586 | 584 | /* no window controls - macOS */
|
587 | 585 | #zen-sidebar-top-buttons {
|
588 | 586 | .titlebar-buttonbox-container {
|
|
0 commit comments