From 08b03e79894e6d7fe2570eb59dc68455e96ed025 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 25 Aug 2024 16:42:06 +0200 Subject: [PATCH] feat: add style for listing metadata Introduced a new CSS class for listing metadata to ensure consistent font size and color across the UI. This enhances the readability of metadata elements and aligns with the overall design aesthetics. Fixes #26 --- src/wikimore/static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wikimore/static/css/style.css b/src/wikimore/static/css/style.css index c3b3453..cc31f8e 100644 --- a/src/wikimore/static/css/style.css +++ b/src/wikimore/static/css/style.css @@ -287,6 +287,11 @@ section > .category-link::after { font-size: small; } +.listing-metadata { + font-size: 0.8em; + color: #555; +} + /* Navbox styling */ .navbox { padding: 3px;