Quiet Habits

Copy Theme

CSS

/* 
   Written in 2019 by Quiet Habits

   To the extent possible under law, the author(s) have dedicated all 
   copyright and related and neighboring rights to this software to the 
   public domain worldwide. This software is distributed without any 
   warranty.

   You should have received a copy of the CC0 Public Domain Dedication 
   along with this software. If not, see 
   http://creativecommons.org/publicdomain/zero/1.0
*/

@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');
#blog-title a {
color: #5892F7;
font-family: 'Julius Sans One', sans-serif;
font-weight: 200;
font-size: 4rem;
}
header nav{display:block; padding:0.5em 0;}
#post header {
text-align:center;}
.post-title, .dt-published {text-align:center;}
#wrapper {max-width:60em}
#collection article, #subpage article, pre {max-width:43em;}

#title {text-align:center;}
#post-body {padding-top:1.5em;}
body#post article {max-width: 45rem;}
body#collection article {max-width: 45rem;}