mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-30 22:20:28 -08:00
Fix: support.org - color
color-warning is to light
This commit is contained in:
parent
517ae7caf9
commit
a61ae26020
1 changed files with 4 additions and 2 deletions
|
|
@ -493,10 +493,12 @@
|
|||
--color-inverse-bg: var(--in-content-page-color) !important;
|
||||
--color-inverse: var(--in-content-page-background) !important;
|
||||
--color-text: var(--in-content-page-color) !important;
|
||||
--color-moz-text: var(--in-content-page-color) !important;
|
||||
--color-moz-heading: var(--in-content-page-color) !important;
|
||||
--color-text-light: var(--in-content-deemphasized-text) !important;
|
||||
--color-link: var(--in-content-link-color) !important;
|
||||
--color-success: var(--green-60) !important;
|
||||
--color-warning: var(--yellow-60) !important;
|
||||
--color-success: var(--green-70) !important;
|
||||
--color-warning: var(--yellow-70) !important;
|
||||
--color-error: var(--red-60) !important;
|
||||
--color-error-hover: var(--red-50) !important;
|
||||
--color-moz-heading: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue