diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-11-09 17:26:37 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-11-16 14:33:26 -0400 |
commit | aec1daecb6f2ae60697b836ec80775edc171ebba (patch) | |
tree | 56a16ada0a323cfb76ff4f8c4808ec183521beea /src | |
parent | 5c46ac058d7a09b6d129d612e6ea9d72df5d77cd (diff) |
css: apply custom content-heading-accent style on specific page
Diffstat (limited to 'src')
-rw-r--r-- | src/static/site5.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/static/site5.css b/src/static/site5.css index 3aa11f92..ccae29a0 100644 --- a/src/static/site5.css +++ b/src/static/site5.css @@ -803,6 +803,13 @@ html[data-url-key="localized.albumCommentary"] li.no-commentary { opacity: 0.7; } +html[data-url-key="localized.albumCommentary"] .content-heading .content-heading-accent { + font-weight: normal; + font-style: oblique; + font-size: 0.9rem; + margin-left: 0.25em; +} + html[data-url-key="localized.listing"][data-url-value0="random"] #data-loading-line, html[data-url-key="localized.listing"][data-url-value0="random"] #data-loaded-line, html[data-url-key="localized.listing"][data-url-value0="random"] #data-error-line { @@ -1290,13 +1297,6 @@ html[data-url-key="localized.home"] .carousel-container { animation-delay: 125ms; } -.content-heading .content-heading-accent { - font-weight: normal; - font-style: oblique; - font-size: 0.9rem; - margin-left: 0.25em; -} - h3.content-heading { clear: both; } |