From 0822def5f08ec34fe5638e50015190b8aca633bf Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 28 Mar 2026 08:39:26 -0300 Subject: css: adjust inherited commentary section --- src/static/css/features.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/static/css/features.css b/src/static/css/features.css index 44b7727e..c811c753 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -346,8 +346,8 @@ @layer layout { .inherited-commentary-section { clear: right; - margin-top: 1em; - margin-bottom: 1.5em; + margin-top: 1.75em; + margin-bottom: 1.25em; margin-right: min(4vw, 60px); } @@ -395,8 +395,9 @@ @layer material { .inherited-commentary-section { - border: 2px solid var(--deep-color); - border-radius: 4px; + border-color: var(--deep-color); + border-width: 2px 2px; + border-style: dashed solid; background: #ffffff07; } -- cgit 1.3.0-6-gf8a5