diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-10-14 06:23:03 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-10-14 06:23:03 -0300 |
commit | 4005c91ca2b7167021efb7bfbde3b2bc0827ffe9 (patch) | |
tree | ccff9d54f0e5daef0a2de1f571b79c9e9eaaaee6 /src/static | |
parent | 150d8747325fc95f8532a371f2b6e2eaaf1d893c (diff) |
css, replacer: style <details> in content text
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/site.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index f67326e2..d9b3bff0 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1227,6 +1227,14 @@ ul.image-details li { box-shadow: 1px 2px 6px 5px #04040460; } +.commentary-entry-body summary { + list-style-position: outside; +} + +.commentary-entry-body summary > span { + color: var(--primary-color); +} + .commentary-art { float: right; width: 30%; |