From a2fca8bf6b62538ddeadac8155c3b3e653ef4511 Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 9 Dec 2023 11:37:41 +0100 Subject: Update node card css --- web/style/nodecard.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'web/style/nodecard.css') diff --git a/web/style/nodecard.css b/web/style/nodecard.css index ea29b25..8dacbf8 100644 --- a/web/style/nodecard.css +++ b/web/style/nodecard.css @@ -59,16 +59,18 @@ object-position: center; width: 100%; } - .node.card .title { text-align: center; -} - -.node.card .title { - margin-top: 0.1em; + margin-top: 0.5em; text-align: center; text-overflow: ellipsis; } +.node.card .title a { + text-decoration-line: none; +} +.node.card .title a:hover { + text-decoration-line: underline; +} .node.card .poster { display: grid; } @@ -81,7 +83,7 @@ pointer-events: none; grid-area: 1 / 1; transition: opacity 0.3s; - background-color: var(--overlay); + background-color: var(--overlay-poster); opacity: 0; display: flex; justify-content: center; -- cgit v1.2.3-70-g09d2