From c148cc5f1092eda31bcb7adc03009c865c7017dc Mon Sep 17 00:00:00 2001 From: reverend Date: Wed, 12 Aug 2020 21:07:24 +0200 Subject: [PATCH] New css --- lostplaces/lostplaces_app/static/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lostplaces/lostplaces_app/static/main.css b/lostplaces/lostplaces_app/static/main.css index 777de42..fcb0d5e 100644 --- a/lostplaces/lostplaces_app/static/main.css +++ b/lostplaces/lostplaces_app/static/main.css @@ -212,7 +212,8 @@ body { background-color: #f9f9f9; font-family: Montserrat, Helvetica, sans-serif; border-radius: 3px; - font-weight: bold; } + font-weight: bold; + box-shadow: 0 0 2px #565656; } .LP-Message--error .LP-Message__Icon { background-color: #02979e; background-image: url("icons/error.png"); }