mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Default Color Theme - Adjust Color #69
This commit is contained in:
parent
f9c4e71df1
commit
b892afbbe6
1 changed files with 13 additions and 2 deletions
|
|
@ -1,8 +1,19 @@
|
|||
@media (-moz-proton) {
|
||||
/** Darkmode - Color lighter ************************************************/
|
||||
/** Default Color Theme - Adjust Color **************************************/
|
||||
/* LightMode */
|
||||
:root[style*="--lwt-accent-color: rgb(240, 240, 244); --lwt-text-color: rgba(21, 20, 26);"] {
|
||||
/* Like --toolbar-bgcolor */
|
||||
--lwt-selected-tab-background-color: rgba(249, 249, 251, 1) !important; /* Original: rgb(255, 255, 255) */
|
||||
}
|
||||
|
||||
/* Darkmode */
|
||||
:root[style*="--lwt-accent-color:rgb(12, 12, 13); --lwt-text-color:rgba(249, 249, 250);"],
|
||||
:root[style*="--lwt-accent-color:rgb(28, 27, 34); --lwt-text-color:rgba(251, 251, 254);"] {
|
||||
:root[style*="--lwt-accent-color:rgb(28, 27, 34); --lwt-text-color:rgba(251, 251, 254);"],
|
||||
:root[style*="--lwt-accent-color: rgb(28, 27, 34); --lwt-text-color: rgba(251, 251, 254);"]{
|
||||
--toolbar-bgcolor: rgba(43, 42, 51, 5) !important; /* Original: rgba(43, 42, 51, 1) */
|
||||
|
||||
/* Like --toolbar-bgcolor */
|
||||
--lwt-selected-tab-background-color: rgba(43, 42, 51, 5) !important; /* Original: rgb(66, 65, 77) */
|
||||
}
|
||||
|
||||
/** Windows System Default Theme - Use acccent color ************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue