From d3d001d8ea9d79f04b64910f17a2e830c4e68a33 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 28 Oct 2024 23:52:45 +0200 Subject: [PATCH] Tweak (again) the shadow of code blocks --- src/public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 5b2b31c4b..c31ae72ff 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -810,7 +810,7 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href .ck-content pre { border: 0; border-radius: 6px; - box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.2); + box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.2); padding: 0 !important; margin-top: 2px !important; }