From ce7f5309c7e2d4f5b323844254803324ef6e2367 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 26 Aug 2021 23:46:04 +0200 Subject: [PATCH] tweak toast bg --- copyparty/web/ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/ui.css b/copyparty/web/ui.css index 727f3093..6db5aaa6 100644 --- a/copyparty/web/ui.css +++ b/copyparty/web/ui.css @@ -73,7 +73,7 @@ background: #8e4; } #toast.warn { - background: #970; + background: #960; border-color: #fc0; } #toast.warn #toastc {