Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authornanxiaobei <nanxiaobei@gmail.com>2020-03-09 18:57:05 +0300
committernanxiaobei <nanxiaobei@gmail.com>2020-03-09 18:57:05 +0300
commit59c4e0587342b31291a42ba148f3be6903dc3e18 (patch)
treeb2fd3abd32fb8716fc593bc9c0b9179850d810b5 /static
parentae2b0c9d966fef37ba36c80c44eaacf212fd9fb1 (diff)
add tag page styles
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
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;
}