diff options
-rw-r--r-- | src/static/css/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 9f5f7990..83054eb4 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1205,6 +1205,10 @@ ul.image-details li { transition: border-left-color 0.15s; } +.commentary-entry-heading .hoverable { + box-shadow: 1px 2px 6px 5px #04040460; +} + .commentary-entry-heading .commentary-date time:hover, .commentary-entry-heading .commentary-date .hoverable.has-visible-tooltip time { border-left-color: white; |