{{ .Title }}
+ {{ if .Params.reply_to }} +⤷ Reply to
+ {{ end }} yequari Permalink diff --git a/themes/saturn/static/css/main.css b/themes/saturn/static/css/main.css index 0b06e02..1cf392b 100644 --- a/themes/saturn/static/css/main.css +++ b/themes/saturn/static/css/main.css @@ -150,9 +150,8 @@ header { header h1 { font-family: "Genesis", 'Courier New', Courier, monospace; - font-size: 1.3rem; + font-size: 1rem; color: var(--pewter-blue); - width: 350px; } header ul.social { @@ -185,6 +184,10 @@ p.about { padding: 15px; } +p.context { + font-style: italic; +} + span.social { display: inline-block; width: 16px; @@ -256,8 +259,12 @@ article { max-width: 750px; } +article p.context { + margin-top: -25px; + padding-left: 25px; +} + article p { - text-indent: 1rem; text-align: justify; font-size: 1.1rem; } @@ -290,14 +297,24 @@ article a.title:hover, article a.title:active { color: var(--primary-link-hover); } +blockquote { + font: 14px/22px normal helvetica, sans-serif; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 50px; + padding-left: 15px; + border-left: 3px solid #ccc; +} + code { background-color: black; - padding: 10px; overflow-x: scroll; + padding: 0 5px; color: white; } pre code{ + padding: 15px; display: block; } @@ -402,6 +419,10 @@ footer { padding: 0 45px; } + article img { + max-width: 250px; + } + .big { flex-direction: column; width: unset; by {{ .Params.reply_to.author }}.