diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-21 20:50:21 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-23 21:10:17 -0300 |
commit | 8ab8b20b60c4bf83cfa0fa2b6320b30dacd232a9 (patch) | |
tree | 247163d5c9ea35080acb9dff6e71c49a1bbadb48 /src/static | |
parent | 5a68a93b5264f9058a94e3ecb16366d596e1a153 (diff) |
css: commentary time rule fixes
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/site.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 266c7b0f..7979002e 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1193,7 +1193,7 @@ ul.image-details li { float: right; } -.commentary-entry-heading .commentary-date .hoverable { +.commentary-entry-heading .commentary-date time { padding-left: 0.5ch; padding-right: 0.25ch; margin-left: 0.75ch; @@ -1201,8 +1201,8 @@ ul.image-details li { transition: border-left-color 0.15s; } -.commentary-entry-heading .commentary-date .hoverable:hover, -.commentary-entry-heading .commentary-date .hoverable.has-visible-tooltip { +.commentary-entry-heading .commentary-date time:hover, +.commentary-entry-heading .commentary-date .hoverable.has-visible-tooltip time { border-left-color: white; } |