From 2d867f3367c76956f0c52bd53eb38d45d62a90ac Mon Sep 17 00:00:00 2001 From: rare-magma Date: Tue, 19 Sep 2023 21:36:30 +0200 Subject: [PATCH] fix: notification border color Signed-off-by: rare-magma --- src/App.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index b97fdee..e0d3f61 100644 --- a/src/App.css +++ b/src/App.css @@ -369,12 +369,14 @@ input[type="number"] { width: auto; } +.toast { + border: 1px solid var(--comment); +} .toast-container > :not(:last-child) { margin-bottom: 0.75rem; } .toast, -.toast-header, .popover, .popover-header { background: var(--lightbgcolor);