From 20030c91b76ac14864b0574250716ee790263e48 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 23 Oct 2021 02:46:18 +0200 Subject: [PATCH] looks better --- copyparty/web/ui.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/web/ui.css b/copyparty/web/ui.css index 204791af..da2ed28a 100644 --- a/copyparty/web/ui.css +++ b/copyparty/web/ui.css @@ -11,9 +11,9 @@ html { max-width: 34em; max-width: min(34em, 90%); max-width: min(34em, calc(100% - 7em)); - background: #222; + background: #333; border: 0 solid #777; - box-shadow: 0 .2em .5em #222; + box-shadow: 0 .2em .5em #111; border-radius: .4em; z-index: 9001; }