From f94623d853270ef42b7718aa6210c9bf58cd299f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 15 Nov 2023 16:35:22 +0100 Subject: [PATCH] lowering regular shadow intensity --- resources/css/utilities/shadows.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/utilities/shadows.css b/resources/css/utilities/shadows.css index 6666de9..b1d4b0d 100644 --- a/resources/css/utilities/shadows.css +++ b/resources/css/utilities/shadows.css @@ -1,3 +1,6 @@ .shadowed { + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} +.shadowed-lg { box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }