style: Styled a bit better urlbar and essentials hover, b=(no-bug), c=common, tabs

This commit is contained in:
Mr. M
2025-05-05 18:27:56 +02:00
parent 7c81063b90
commit 89404cc649
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@
}
&:hover #urlbar-background {
background-color: light-dark(rgba(89, 89, 89, 0.2), rgba(255, 255, 255, 0.2)) !important;
background-color: light-dark(rgba(89, 89, 89, 0.15), rgba(255, 255, 255, 0.2)) !important;
}
}

View File

@@ -1316,7 +1316,7 @@
}
&:hover .tab-background {
background: var(--tab-hover-background-color);
background: light-dark(rgba(89, 89, 89, 0.15), var(--tab-selected-bgcolor));
}
/* Optional blurred favicon background effect (if pref `zen.theme.essentials-favicon-bg` is enabled) */