mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-20 11:31:57 -08:00
Merge branch 'master' into proton-style
This commit is contained in:
commit
e1cda8943f
1 changed files with 6 additions and 1 deletions
|
|
@ -571,6 +571,7 @@
|
|||
:root {
|
||||
--color-blue-06: var(--in-content-link-color) !important;
|
||||
--color-blue-07: var(--in-content-link-color-hover) !important;
|
||||
--color-blue-09: var(--in-content-link-color-active) !important;
|
||||
|
||||
--page-bg: var(--in-content-page-background) !important;
|
||||
--color-white: var(--in-content-page-background) !important;
|
||||
|
|
@ -584,7 +585,7 @@
|
|||
--color-text-light: var(--in-content-deemphasized-text) !important;
|
||||
--color-link: var(--in-content-link-color) !important;
|
||||
--color-success: var(--green-70) !important;
|
||||
--color-warning: var(--yellow-70) !important;
|
||||
--color-warning: var(--yellow-80) !important;
|
||||
--color-error: var(--red-60) !important;
|
||||
--color-error-hover: var(--red-50) !important;
|
||||
--color-moz-heading: #fff;
|
||||
|
|
@ -592,6 +593,10 @@
|
|||
--focus-shadow: 0 0 0 4px color-mix(in srgb, var(--in-content-primary-button-background) 30%, transparent),
|
||||
0 0 0 2px var(--in-content-primary-button-background-active);
|
||||
}
|
||||
.warning {
|
||||
--color-link: rgb(55, 255, 255) !important;
|
||||
}
|
||||
|
||||
body,
|
||||
#main-content,
|
||||
#instant-search-content,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue