|
85 | 85 | --toolbarbutton-icon-fill-attention: light-dark(rgb(255, 71, 9), rgb(255, 118, 72)) !important; |
86 | 86 | --download-progress-fill-color: light-dark(rgb(255, 86, 30), rgb(255, 118, 72)) !important; |
87 | 87 | --lwt-tab-line-color: light-dark(rgb(255, 86, 30), rgb(255, 118, 72)) !important; |
| 88 | + &[privatebrowsingmode=temporary] { |
| 89 | + --lwt-tab-line-color: light-dark(rgb(255, 40, 40), rgb(255, 80, 80)) !important; |
| 90 | + } |
88 | 91 | @media (-moz-content-prefers-color-scheme: dark), (prefers-color-scheme: dark) { |
89 | 92 | --color-accent-primary: rgb(255, 102, 51) !important; |
90 | 93 | --color-accent-primary-hover: rgb(255, 118, 72) !important; |
|
145 | 148 | --toolbarbutton-icon-fill-attention: light-dark(rgb(255, 20, 196), rgb(255, 80, 211)) !important; |
146 | 149 | --download-progress-fill-color: light-dark(rgb(255, 40, 201), rgb(255, 80, 211)) !important; |
147 | 150 | --lwt-tab-line-color: light-dark(rgb(255, 40, 201), rgb(255, 80, 211)) !important; |
| 151 | + &[privatebrowsingmode=temporary] { |
| 152 | + --lwt-tab-line-color: light-dark(rgb(255, 40, 40), rgb(255, 80, 80)) !important; |
| 153 | + } |
148 | 154 | @media (-moz-content-prefers-color-scheme: dark), (prefers-color-scheme: dark) { |
149 | 155 | --color-accent-primary: rgb(255, 60, 206) !important; |
150 | 156 | --color-accent-primary-hover: rgb(255, 80, 211) !important; |
|
205 | 211 | --toolbarbutton-icon-fill-attention: light-dark(rgb(185, 103, 229), rgb(185, 103, 229)) !important; |
206 | 212 | --download-progress-fill-color: light-dark(rgb(165, 0, 255), rgb(185, 103, 229)) !important; |
207 | 213 | --lwt-tab-line-color: light-dark(rgb(165, 0, 255), rgb(156, 87, 193)) !important; |
| 214 | + &[privatebrowsingmode=temporary] { |
| 215 | + --lwt-tab-line-color: light-dark(rgb(255, 40, 40), rgb(255, 80, 80)) !important; |
| 216 | + } |
208 | 217 |
|
209 | 218 | --tabpanel-background-color: light-dark(rgb(229, 227, 234), rgb(11, 10, 13)) !important; |
210 | 219 | --in-content-page-background: light-dark(rgb(229, 227, 234), rgb(11, 10, 13)) !important; |
|
0 commit comments