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);