feat: Improved visibility of the omnibox results in light mode, b=no-bug, c=common

This commit is contained in:
mr. m
2025-09-23 13:48:04 +02:00
parent 2324ef9f15
commit db2ba602a8

View File

@@ -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;