]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/static/css/style.scss
templates: display publication time
[chloro.git] / chloro / phyll / static / css / style.scss
index e25a946a594b21b2a61f5ce2a4a1362351e3586f..b46a441be72329c73314be02580e4135cd66c89f 100644 (file)
@@ -89,6 +89,10 @@ main {
                        padding: 3px;
                }
        }
+       div.meta {
+               margin-top: 3em;
+               color: lighten($text-color, 40%);
+       }
 }
 
 .post-list {
@@ -98,6 +102,9 @@ main {
                list-style: none;
                display: inline-block;
        }
+       li.unpublished {
+               opacity: 0.5;
+       }
        a {
                text-transform: uppercase;
                display: inline-block;