diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-03-02 19:16:57 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-03-02 19:17:41 -0400 |
commit | 3ff4dbee48dbbf323666ec86e3ad9363a83f910e (patch) | |
tree | cf5696625507db7ed7aa2535248f74a0938e8413 /src/static/site3.css | |
parent | 7492f62461a79e9d45df5086de0f306f8e340adc (diff) |
hide CW'd art from sticky heading til main cover revealed
Diffstat (limited to 'src/static/site3.css')
-rw-r--r-- | src/static/site3.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/static/site3.css b/src/static/site3.css index c30398aa..cd946886 100644 --- a/src/static/site3.css +++ b/src/static/site3.css @@ -758,12 +758,19 @@ img { opacity: 0.4; } -.reveal-text { - color: white; +.reveal-text-container { position: absolute; top: 15px; left: 10px; right: 10px; + bottom: 10px; + display: flex; + flex-direction: column; + justify-content: flex-start; +} + +.reveal-text { + color: white; text-align: center; font-weight: bold; } @@ -1261,6 +1268,10 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r margin: -15px 0px -5px -5px; } +.content-sticky-heading-cover-needs-reveal { + display: none; +} + .content-sticky-heading-cover { position: absolute; top: 0; |