diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-11-15 11:27:22 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-11-15 11:27:22 -0400 |
commit | d019852fc5dcfa2a7686c17ec1bc9c4877ad5832 (patch) | |
tree | 4dff75b2b175264e147922fadbe1d7e57594b93c /src/static | |
parent | dd5cbf9db64e994d44c922bca2ca8ec37e9f7983 (diff) |
content, css: generateCommentarySection{Entry}?
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site5.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/static/site5.css b/src/static/site5.css index 014e6d25..1ffe5044 100644 --- a/src/static/site5.css +++ b/src/static/site5.css @@ -537,6 +537,17 @@ p .current { margin-top: 5px; } +.commentary-entry-heading { + margin-left: 15px; + padding-left: 5px; + padding-bottom: 0.2em; + border-bottom: 1px dotted var(--primary-color); +} + +.commentary-entry-accent { + font-style: oblique; +} + .commentary-art { float: right; width: 30%; |