diff options
author | Alexis Hovorka <[email protected]> | 2022-10-25 10:59:23 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2022-10-25 10:59:23 -0600 |
commit | 85d82f4dfce3f2b791cffb6e3bcf70e0d0c6df25 (patch) | |
tree | a2ea2fac2334669616e6307fc3bc9a0c2528ae65 /static/style.css | |
parent | 634301e45433bf06fcdae500d51275677e568adb (diff) |
[feat] Add post dates
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css index 8ac1f13..64973ab 100644 --- a/static/style.css +++ b/static/style.css @@ -126,6 +126,17 @@ main { main * { margin: 1rem 0 } +h1, h1 * { font-size: 26px } +h2, h2 * { font-size: 22px } + +p.post-date { + margin: -1rem 0 -.2rem; +} +p.post-date * { + font-size: 15px; + color: #999; +} + [lang=jpn], [lang=jpn] * { font-size: 17px; } @@ -193,9 +204,6 @@ hr { border-top: .5px solid rgba(0,0,0,.2); } -h1, h1 * { font-size: 26px } -h2, h2 * { font-size: 22px } - img:not(.emoji) { display: block; max-width: 100%; |