From 8e0f5fe6d01de30b1b85d5b9407d5a9e5efd89be Mon Sep 17 00:00:00 2001 From: yahiko <yahiko012000@gmail.com> Date: Fri, 13 Dec 2024 21:43:15 +0100 Subject: [PATCH] Add shadow behin images for the light theme --- simple-erreur503/static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simple-erreur503/static/css/style.css b/simple-erreur503/static/css/style.css index abf8ab4..cfca39b 100644 --- a/simple-erreur503/static/css/style.css +++ b/simple-erreur503/static/css/style.css @@ -9,6 +9,7 @@ --bg-quote-color: #252526; --body-font: 'Georgia', serif; --global-width: 100ch; + /* --img-shadow: 0; */ } @@ -20,6 +21,7 @@ --txt-color: #333333; --txt-hover: #747474; --bg-quote-color: #eff2f8; + --img-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } } @@ -197,6 +199,7 @@ article.article-page { margin: 2em auto 0 auto; max-width: 90%; max-height: 20%; + box-shadow: var(--img-shadow); } } -- GitLab