From 36e0a3f8486bb2a8b288694dcf460a75d0517f57 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 2 Jul 2025 00:15:42 +0900 Subject: feat(blog/nuldoc): show entry tags in list page --- services/blog/static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'services/blog/static') diff --git a/services/blog/static/style.css b/services/blog/static/style.css index 3c24f043..e0b2de53 100644 --- a/services/blog/static/style.css +++ b/services/blog/static/style.css @@ -146,6 +146,13 @@ blockquote { border: none; } +.entry-tags { + display: block; + list-style: none; + padding: 0; + margin: 0.5rem 0 0; +} + code { background-color: #f5f5f5; padding: 2px 5px; -- cgit v1.2.3-70-g09d2