From 994ed8a43486755d34147b9282cb786f46c63ae8 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 4 Oct 2023 23:03:31 +0200 Subject: a --- web/nodecard.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/nodecard.css b/web/nodecard.css index 4103c5e..078f53e 100644 --- a/web/nodecard.css +++ b/web/nodecard.css @@ -43,7 +43,7 @@ transition: height 0.2s; } .node.card:hover .poster img { - height: calc(var(--card-size)+10em); + height: calc(var(--card-size) + 10em); } .node.card.aspect-port { width: calc(var(--card-size) / var(--port-poster-aspect)); @@ -72,7 +72,7 @@ transition: margin 0.2s, padding 0.2s; } .node.card:hover .inner { - background-color: rgba(0, 0, 0, 0.603); + background-color: rgba(0, 0, 0, 0.76); backdrop-filter: blur(10px); border-radius: 1em; padding: 1.5em; -- cgit v1.2.3-70-g09d2