From a23699ce850370c8afeb26b12a0e6ff5a6100ba3 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 03:52:56 +0100 Subject: [PATCH] shadow --- threadr/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index 78732db..acdd94b 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -323,7 +323,7 @@ section { border: 1px solid #001858; background-color: #f3d2c1; padding: 14px 20px; - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0.2); } article { @@ -331,5 +331,5 @@ article { border: 1px solid #001858; background-color: #fef6e4; padding: 14px 20px; - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0.2); } \ No newline at end of file