mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-05 21:07:57 +00:00
feat: Improved visibility of the omnibox results in light mode, b=no-bug, c=common
This commit is contained in:
@@ -611,7 +611,7 @@
|
||||
--zen-selected-bg: color-mix(
|
||||
in srgb,
|
||||
var(--zen-primary-color) 50%,
|
||||
light-dark(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.2)) 50%
|
||||
light-dark(rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.2)) 50%
|
||||
);
|
||||
--zen-selected-color: color-mix(in srgb, var(--zen-selected-bg), light-dark(white, black) 40%);
|
||||
background-color: var(--zen-selected-bg) !important;
|
||||
|
||||
Reference in New Issue
Block a user