]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/static/css/style.scss
include direct links to latest posts on homepage
[chloro.git] / chloro / phyll / static / css / style.scss
index 63526efcd17a9ea12b162b68f9f199ddfe6844c4..bce2e84cdf736e2cf87b70c4282e069e28654aa0 100644 (file)
@@ -154,5 +154,20 @@ main {
                        font-size: 60%;
                }
        }
+}
 
+.older.post-list {
+       margin: 5em 0 2em 0;
+       padding: 1em 0;
+       border-top: 0.1em dotted $link-color;
+       border-bottom: 0.1em dotted $link-color;
+       line-height: 200%;
+       li {
+               display: inline;
+               a {
+                       padding-top: 0;
+                       display: inline;
+                       font-size: 120%;
+               }
+       }
 }