made the button in toast stand out more (#9016)

Signed-off-by: Obscure. <69711181+kritishd8@users.noreply.github.com>
This commit is contained in:
Obscure.
2025-06-14 15:42:18 +05:45
committed by GitHub
parent 54bdabbf25
commit a93e50cc54

View File

@@ -400,7 +400,7 @@ menuseparator {
min-width: unset !important;
margin: 0px !important;
border-radius: calc(var(--zen-native-inner-radius) + 2px) !important;
background: light-dark(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)) !important;
background: light-dark(rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.7)) !important;
border: 1px solid light-dark(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15)) !important;
:root[zen-right-side='true'] & {