diff options
| author | Christian Cleberg <[email protected]> | 2026-02-07 19:50:17 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-07 19:50:17 -0600 |
| commit | cc9fded3414e0bdc59feeed3c5508967e60c06bb (patch) | |
| tree | 72facf0ff9eb2c7e295d40106893bee449902ea0 /theme/static/styles.css | |
| parent | 21b9352971393718b5f961922b1e672dcc30fa83 (diff) | |
| download | cleberg.net-cc9fded3414e0bdc59feeed3c5508967e60c06bb.tar.gz cleberg.net-cc9fded3414e0bdc59feeed3c5508967e60c06bb.tar.bz2 cleberg.net-cc9fded3414e0bdc59feeed3c5508967e60c06bb.zip | |
fix metadata styling
Diffstat (limited to 'theme/static/styles.css')
| -rw-r--r-- | theme/static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index e32acbb..23cb4cd 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -55,7 +55,7 @@ a:hover { background: var(--accent); color: var(--bg); text-decoration: none; } section b { font-size: 0.85rem; text-transform: uppercase; color: var(--meta); margin-top: 0.5rem; } .post { display: flex; align-items: center; border-bottom: 1px dashed var(--border); padding: 0.5rem 0; } .post time { font-size: 0.8rem; color: var(--meta); margin-right: 0.5rem; white-space: nowrap; flex-shrink: 0; } -.post-metadata b { display: block; font-size: 0.7rem; } +.metadata b { display: block; font-size: 0.7rem; } /* --- Org-Mode Tables (Heavy Grid) --- */ table { width: 100%; border-collapse: collapse; margin: 2rem 0; border: 3px solid var(--fg); } |
