add variables for private browsing indicator color

This commit is contained in:
bmFtZQ 2021-03-29 22:05:41 +08:00 committed by GitHub
parent fb188c89bf
commit 4c7ba743e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@
--tab-line-col: #0078d4 !important;
--toolbar-field-focus-border-color: #0078d4a0 !important;
--private-browinging-indicator: #0078d4 !important;
--private-browsing-indicator: #0078d4 !important;
}
/* don't bother with sidebar in light mode */
@ -119,7 +119,7 @@
--tab-line-col: #4C98D1 !important;
--toolbar-field-focus-border-color: #4c97d1a0 !important;
--private-browinging-indicator: #006cbe !important;
--private-browsing-indicator: #006cbe !important;
}
:-moz-any(#sidebar-box, #sidebar)
@ -255,4 +255,4 @@
:root[style*="--lwt-accent-color:rgb(227, 228, 230); --lwt-text-color:rgba(24, 25, 26);"],
:root[style*="--lwt-accent-color:rgb(12, 12, 13); --lwt-text-color:rgba(249, 249, 250);"]) #tabbrowser-tabs {
--tab-line-color: var(--tab-line-col) !important;
}
}