feat: add background color to toast
All checks were successful
Docker Build (PR) / Build Docker image (pull_request) Successful in 5m7s

This commit is contained in:
2025-11-19 18:30:36 +01:00
parent 85ba0bf07c
commit 1ad010d079

View File

@@ -537,7 +537,8 @@ input[type="radio"] { accent-color: var(--control-accent); }
top: 20px;
right: 20px;
background: var(--card-bg);
border: 1px solid #22c55e;
border: 1px solid hsl(142, 71%, 45%);
background-color: hsl(142, 82%, 30%);
border-radius: 12px;
box-shadow: 0 10px 40px rgba(0,0,0,0.2);
padding: 16px 20px;