From 3d5d03dc08b945ac1c96df04c5a757ce38478e1e Mon Sep 17 00:00:00 2001 From: Bat Date: Sat, 12 May 2018 14:40:52 +0100 Subject: [PATCH] Make comments border less agressive --- static/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index 93860de1..1901af38 100644 --- a/static/main.css +++ b/static/main.css @@ -58,10 +58,11 @@ input[type="submit"] { .comment { background: white; - border: 1px solid #7a28cb; border-radius: 3px; padding: 20px; margin: 10px 0px; + box-shadow: 0px 0px 5px #7a28cb1a; + margin-bottom: 20px; } .comment a {