Skip to content

Commit a3f1733

Browse files
committed
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2 parents ea23c3f + 2519674 commit a3f1733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zen/common/styles/zen-popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ menuseparator {
400400
min-width: unset !important;
401401
margin: 0px !important;
402402
border-radius: calc(var(--zen-native-inner-radius) + 2px) !important;
403-
background: light-dark(rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.7)) !important;
403+
background: light-dark(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)) !important;
404404
border: 1px solid light-dark(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15)) !important;
405405

406406
:root[zen-right-side='true'] & {

0 commit comments

Comments
 (0)