From 59c4e0587342b31291a42ba148f3be6903dc3e18 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Mon, 9 Mar 2020 23:57:05 +0800 Subject: [PATCH] add tag page styles --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 7d5c453..ca114f3 100644 --- a/static/style.css +++ b/static/style.css @@ -245,6 +245,10 @@ img { .post-entry:active { transform: scale(0.96); } +.tag-entry .entry-content, +.tag-entry .entry-footer { + display: none; +} .entry-header h2 { font-size: 24px; }