fix firefox text
This commit is contained in:
parent
14bda31f07
commit
a89f9e7ac1
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
:root {
|
:root {
|
||||||
/* bookmark_text */
|
/* bookmark_text */
|
||||||
--toolbar-color: #eff1f5ff !important;
|
--toolbar-color: #4c4f69ff !important;
|
||||||
|
|
||||||
/* button_background_active */
|
/* button_background_active */
|
||||||
--toolbarbutton-active-background: rgba(156, 160, 176, 1) !important;
|
--toolbarbutton-active-background: rgba(156, 160, 176, 1) !important;
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
#urlbar-input,
|
#urlbar-input,
|
||||||
.searchbar-textbox {
|
.searchbar-textbox {
|
||||||
&:focus::selection {
|
&:focus::selection {
|
||||||
color: #eff1f5ff;
|
color: #4c4f69ff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
/* bookmark_text */
|
/* bookmark_text */
|
||||||
--toolbar-color: #1e1e2eff !important;
|
--toolbar-color: #cdd6f4ff !important;
|
||||||
|
|
||||||
/* button_background_active */
|
/* button_background_active */
|
||||||
--toolbarbutton-active-background: rgba(108, 112, 134, 1) !important;
|
--toolbarbutton-active-background: rgba(108, 112, 134, 1) !important;
|
||||||
|
|
@ -206,7 +206,7 @@
|
||||||
#urlbar-input,
|
#urlbar-input,
|
||||||
.searchbar-textbox {
|
.searchbar-textbox {
|
||||||
&:focus::selection {
|
&:focus::selection {
|
||||||
color: #1e1e2eff;
|
color: #cdd6f4ff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue