diff options
| author | Martin Fischer <martin@push-f.com> | 2026-02-15 15:07:30 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-02-15 20:39:18 +0100 |
| commit | 9db0be031367515160d345759231c3757dec96d0 (patch) | |
| tree | 5c0bae28b43f5d272935188d4e8e60f4f6b583b0 | |
| parent | 836b389dc6657a1d4921da1ef50582eaec23aa9d (diff) | |
style: stop using monospace for breadcrumbs and post dates
| -rw-r--r-- | assets/css/main.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index d12547b..6827f0c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -224,8 +224,7 @@ footer a { } .line-date { - font-size: small; - font-family: var(--font-mono); + font-size: smaller; min-width: 120px; max-width: 120px; text-align: right; @@ -525,9 +524,8 @@ figcaption { display: flex; flex-wrap: wrap; gap: 2px; - font-size: small; + font-size: smaller; margin-bottom: calc(-0.5 * var(--h1-margin-top)); - font-family: var(--font-mono); } /* Comments */ |
