summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css18
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 */