Skip to content

Commit

Permalink
pretty tags; do not show day of month
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Jul 23, 2024
1 parent cd7f002 commit 6385e7f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
22 changes: 17 additions & 5 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ params:
hidecolorschemetoggle: true
math: true
katex: false
dateFormat: January 2006

# customCSS: []
customSCSS: ["css/style.scss", "css/syntax.css"]
Expand Down

0 comments on commit 6385e7f

Please sign in to comment.