diff options
author | mms <michal@sapka.me> | 2023-12-05 23:07:58 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2023-12-05 23:07:58 +0100 |
commit | ac180f2d20bc811b662b55b7b0da62a8a42d7d40 (patch) | |
tree | 5113fd1f0dfd310b5a13f2b478a0997020d836c9 /static | |
parent | 1da8a6b4f0983ec7ba45c5dd705feccf69896e58 (diff) |
chore: general tidy yp
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index ec5c2e5..e956d07 100644 --- a/static/style.css +++ b/static/style.css @@ -217,6 +217,24 @@ body.blog h1 { } /* blog_header_end */ +/* blog_post_list_start */ +article.blog-post-item > h2 > a { + text-decoration: none; +} +article.blog-post-item > nav { + display: inline-block; +} +article.blog-post-item > nav > a { + text-decoration: none; +} +nav.blog-pages-list { + margin-bottom: 20px; +} +nav.blog-pages-list a { + text-decoration: underline; +} +/* blog_post_list_end */ + /* legacy_code_start */ /* ---------- Main */ |