From 5a9c0ad225aef63040fbf045f061f53ec62de0fc Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 22 Apr 2021 09:10:32 +0200 Subject: [PATCH] ui tweaks --- copyparty/web/upload.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/copyparty/web/upload.css b/copyparty/web/upload.css index 1243942e..c8c3e0b2 100644 --- a/copyparty/web/upload.css +++ b/copyparty/web/upload.css @@ -90,7 +90,7 @@ background: #222; } #u2cards { - padding: 1em 0 .3em 0; + padding: 1em 0 .3em 1em; margin: 1.5em auto -2.5em auto; text-align: center; overflow: hidden; @@ -283,4 +283,7 @@ html.light #u2cdesc { } html.light #op_up2k.srch #u2btn { border-color: #a80; -} \ No newline at end of file +} +html.light #u2foot { + color: #000; +}