diff options
| author | Arne Rief <riearn@proton.me> | 2026-01-09 12:24:05 +0100 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2026-01-09 12:24:05 +0100 |
| commit | f8541ef965ca22e746b523eb418e47cb4f78f2d8 (patch) | |
| tree | 49e1540ed42595a44196817eadf97337587a2aea /assets/css/post-card.css | |
| parent | 038054b8206a9c25e84adeb0f0f355abd22d6143 (diff) | |
Upgrade to new template system from Hugo v0.146.0
Diffstat (limited to 'assets/css/post-card.css')
| -rw-r--r-- | assets/css/post-card.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/post-card.css b/assets/css/post-card.css index c8afb42..687b33a 100644 --- a/assets/css/post-card.css +++ b/assets/css/post-card.css @@ -1,6 +1,6 @@ /* POST CARD */ .post-card { - border: 3px solid var(--bg-special); + border: 2px solid var(--bg-special); border-radius: var(--border-radius-default); margin: 0 auto 1.5rem; padding: 0 var(--gap-default); @@ -62,7 +62,6 @@ } .post-card__section-badge { - border-radius: var(--border-radius-max); color: var(--link-color); font-size: var(--font-size-small); font-weight: bold; |
