From 5e5b7c5d6d4bbdd4acaea7d4b6c5be1e27b04a86 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 13 Jan 2025 20:57:26 +0000 Subject: make the thread page work --- static/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index f963802..698113d 100644 --- a/static/style.css +++ b/static/style.css @@ -151,6 +151,18 @@ article.note { aspect-ratio: 1; } + &.selected { + background: #ebf4; + } + + .content { + font-size: 12pt; + padding: 4px 0; + .selected & { + font-size: 16pt; + } + } + .infoLine { display: grid; grid-template-columns: max-content 1fr max-content; -- cgit v1.3