|
97 | 97 | --toolbarbutton-icon-fill-attention: light-dark(rgb(255, 71, 9), rgb(255, 118, 72)) !important; |
98 | 98 | --download-progress-fill-color: light-dark(rgb(255, 86, 30), rgb(255, 118, 72)) !important; |
99 | 99 | --lwt-tab-line-color: light-dark(rgb(255, 86, 30), rgb(255, 118, 72)) !important; |
| 100 | + &[privatebrowsingmode=temporary] { |
| 101 | + --lwt-tab-line-color: light-dark(rgb(255, 40, 40), rgb(255, 80, 80)) !important; |
| 102 | + } |
100 | 103 | @media (-moz-content-prefers-color-scheme: dark), (prefers-color-scheme: dark) { |
101 | 104 | --color-accent-primary: rgb(255, 102, 51) !important; |
102 | 105 | --color-accent-primary-hover: rgb(255, 118, 72) !important; |
|
154 | 157 | --toolbarbutton-icon-fill-attention: light-dark(rgb(255, 20, 196), rgb(255, 80, 211)) !important; |
155 | 158 | --download-progress-fill-color: light-dark(rgb(255, 40, 201), rgb(255, 80, 211)) !important; |
156 | 159 | --lwt-tab-line-color: light-dark(rgb(255, 40, 201), rgb(255, 80, 211)) !important; |
| 160 | + &[privatebrowsingmode=temporary] { |
| 161 | + --lwt-tab-line-color: light-dark(rgb(255, 40, 40), rgb(255, 80, 80)) !important; |
| 162 | + } |
157 | 163 | @media (-moz-content-prefers-color-scheme: dark), (prefers-color-scheme: dark) { |
158 | 164 | --color-accent-primary: rgb(255, 60, 206) !important; |
159 | 165 | --color-accent-primary-hover: rgb(255, 80, 211) !important; |
|
211 | 217 | --toolbarbutton-icon-fill-attention: light-dark(rgb(185, 103, 229), rgb(185, 103, 229)) !important; |
212 | 218 | --download-progress-fill-color: light-dark(rgb(165, 0, 255), rgb(185, 103, 229)) !important; |
213 | 219 | --lwt-tab-line-color: light-dark(rgb(165, 0, 255), rgb(156, 87, 193)) !important; |
| 220 | + &[privatebrowsingmode=temporary] { |
| 221 | + --lwt-tab-line-color: light-dark(rgb(255, 40, 40), rgb(255, 80, 80)) !important; |
| 222 | + } |
214 | 223 |
|
215 | 224 | --tabpanel-background-color: light-dark(rgb(229, 227, 234), rgb(11, 10, 13)) !important; |
216 | 225 | --in-content-page-background: light-dark(rgb(229, 227, 234), rgb(11, 10, 13)) !important; |
|
0 commit comments