From f0e4b9a09b9f23797989701187a639473b71de37 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:29:58 +1200 Subject: [PATCH] tweaks to card shadow theme --- app/templates/themes/card_shadow/styles.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/templates/themes/card_shadow/styles.css b/app/templates/themes/card_shadow/styles.css index 54f12d94..bbfd5f0f 100644 --- a/app/templates/themes/card_shadow/styles.css +++ b/app/templates/themes/card_shadow/styles.css @@ -11,6 +11,8 @@ .btn-primary { /* border */ border: solid 1px rgb(0,123,255,0.2); + box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2); + } /* setting the "unselected" button border */ @@ -22,7 +24,7 @@ /* shadow for the navbar */ .navbar { /* shadow horizontal-offset vertical-offset blur spread color */ - box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2); + box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1); transition: 0.3s; } @@ -40,10 +42,14 @@ /* rounded corners */ border-radius: 5px; /* shadow horizontal-offset vertical-offset blur spread color */ - box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2); + box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15); transition: 0.3s; } +.post_list .post_teaser h3 { + margin-top: 0; +} + /* "Active Communities", "About PieFed", and "Rational Discourse Kit" use this */ .side_pane .card { /* border */