diff options
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 { |