diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-08 11:39:05 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-08 11:39:38 -0300 |
commit | 3332d697785b5cf1bb74fdb8f9482d91d06514a0 (patch) | |
tree | ce17221a465b86e0e4009be300a4fd9045699402 /src/static | |
parent | 27f6a5b771dbab7aff6057f3f52a8252a143b38a (diff) |
css: hover border on commentary time
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/site.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index ab30c3a9..a1c7509f 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1110,6 +1110,15 @@ ul.image-details li { .commentary-entry-heading time { float: right; + padding-left: 0.5ch; + padding-right: 0.25ch; + margin-left: 0.75ch; + border-left: 1px dotted transparent; + transition: border-left-color 0.15s; +} + +.commentary-entry-heading time:hover { + border-left-color: white; } .commentary-art { |