diff --git a/assets/css/style.scss b/assets/css/style.scss index 2bd9a83..16b2bc1 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -5,11 +5,23 @@ body { line-height: 1.35em; } -.content .post .post-meta .tags .tag { - padding: 0; - border-radius: 0; - line-height: inherit; - background: inherit; +.content .post .post-meta .tags { + .tag { + padding: 0; + border-radius: 0; + border: none; + background: inherit; + line-height: 1.8em; + a { + padding: 0.1rem 0.4rem; + border-radius: 0.6rem; + border: 1px solid $highlight; + background: $background; + } + } + .separator { + display: none; + } } .content article header { diff --git a/config.yaml b/config.yaml index 78a6960..693733a 100644 --- a/config.yaml +++ b/config.yaml @@ -35,6 +35,7 @@ params: hidecolorschemetoggle: true math: true katex: false + dateFormat: January 2006 # customCSS: [] customSCSS: ["css/style.scss", "css/syntax.css"]