From fbe81537a258a0f8b087a5a21abd58fb9c8a4ee1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 21 Jan 2024 23:53:38 +0100 Subject: lazy image loading, person subtitles --- web/style/layout.css | 6 +++++- web/style/nodecard.css | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/style/layout.css b/web/style/layout.css index 3ad5236..7fcfee1 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -92,6 +92,10 @@ footer p { font-size: 0.8em; } +summary h3 { + display: inline; +} + *::before, .icon { font-family: "Material Icons"; @@ -126,4 +130,4 @@ footer p { #main h2 { margin: 0; } -} \ No newline at end of file +} diff --git a/web/style/nodecard.css b/web/style/nodecard.css index b0dd3e2..623a1e7 100644 --- a/web/style/nodecard.css +++ b/web/style/nodecard.css @@ -56,6 +56,9 @@ .card .title a:hover { text-decoration-line: underline; } +.card .title .subtitle { + color: grey; +} .card .poster { display: grid; } -- cgit v1.2.3-70-g09d2