diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-26 17:36:39 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-26 17:36:39 -0300 |
| commit | f1c8bbf0f95a7f9ef52e041628e79a875b55aae4 (patch) | |
| tree | e3a8d8ee6479fcaa3282ecc276738f230ecb84d1 /src/static/css/features.css | |
| parent | 01bd5cec3a83e9ced7715954e76dd820aa7e91dd (diff) | |
content, css: generateContentEntryDate: relative date
Diffstat (limited to 'src/static/css/features.css')
| -rw-r--r-- | src/static/css/features.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index c626aeda..44b7727e 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -407,10 +407,6 @@ .content-entry-heading { border-bottom: 1px solid var(--dim-color); } - - .content-entry-heading .hoverable { - box-shadow: 1px 2px 6px 5px #04040460; - } } @layer print { @@ -450,6 +446,12 @@ } } +@layer interaction { + .content-entry-heading .commentary-date .hoverable { + box-shadow: 1px 2px 6px 5px #04040460; + } +} + /* Content headings */ @layer layout { |