diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-11-08 19:58:44 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-11-08 19:58:44 -0400 |
commit | 213bddbd9851ee01f256835b1bca0c4bc0cf5fc6 (patch) | |
tree | 9623cd248df3b893d2831f08cfddf1d40db03e93 /src/static | |
parent | b62622d3cd8ffe1ed517ceb873d9352943c4a601 (diff) |
content: generateNewsEntryPage: read next/previous links at end
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site5.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/site5.css b/src/static/site5.css index 0eb7dcda..d9b354d9 100644 --- a/src/static/site5.css +++ b/src/static/site5.css @@ -798,6 +798,10 @@ html[data-url-key="localized.albumCommentary"] li.no-commentary { opacity: 0.7; } +html[data-url-key="localized.newsEntry"] .read-another-links { + font-style: oblique; +} + /* Images */ .image-container { |