diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-06-04 21:17:10 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-06-04 21:17:10 -0300 |
commit | b66dda5436fa5e850d53820d8d13c7dac8f24cde (patch) | |
tree | a40966bf0ff2ceb041db1169bd3e96d16b430662 /src/static | |
parent | d90c581cfd46eb59e0db873597ead6b39fab2255 (diff) |
content, css: brought-over main release commentary in own box
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/site.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 6c0d3926..46f99e9b 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1755,6 +1755,15 @@ p.image-details.origin-details .origin-details { color: var(--primary-color); } +.inherited-commentary-section { + clear: right; + margin-top: 1em; + margin-right: min(4vw, 60px); + border: 2px solid var(--deep-color); + border-radius: 4px; + background: #ffffff07; +} + .commentary-art { float: right; width: 30%; |