Change address bar highlight color on light mode

This commit is contained in:
TGSAN 2023-07-10 17:17:37 +08:00
parent 052c6f812f
commit 70751f8ab8
2 changed files with 4 additions and 1 deletions

View file

@ -9,6 +9,7 @@
--identity-box-margin-inline: 2px !important;
}
:root[style*="--lwt-accent-color: rgb(240, 240, 244)"] #urlbar[focused="true"]:not([suppress-focus-border])>#urlbar-background,
:root[style*="--lwt-accent-color: rgb(240, 240, 244)"] #searchbar:focus-within {
outline-color: color-mix(in srgb, var(--toolbar-field-focus-border-color) 50%, transparent) !important;
@ -121,7 +122,7 @@
#urlbar:hover:not([suppress-focus-border])>#urlbar-background,
#searchbar:hover {
outline: 1.25px solid rgb(128, 128, 128);
outline: 1.5px solid var(--urlbar-hover-highlight-color);
}
/* move tracking protection button */