From 203d4932183de989a3f725458a60307b12c1c3e5 Mon Sep 17 00:00:00 2001 From: Jordan Kaye Date: Sun, 13 Dec 2020 13:29:20 -0700 Subject: Added a social icons section to the sidebar [[menu.icons]] can now be used to specify icons that will be displayed after the site's description, but before the main menu items. --- static/css/strange-case.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/strange-case.css b/static/css/strange-case.css index f6d4d55..880d713 100644 --- a/static/css/strange-case.css +++ b/static/css/strange-case.css @@ -76,7 +76,6 @@ img { /* SIDEBAR */ - .sidebar { padding: 2em; font-size: 1.3em; @@ -98,6 +97,9 @@ img { list-style: none; font-size:1em; } +.sidebar .sidebar-icons li { + display: inline-block; +} .sidebar .sidebar-recent { margin-top: 1.5em; } -- cgit v1.2.3 From aa133bcfe83440b629d827306f04183fe3ac5c23 Mon Sep 17 00:00:00 2001 From: Jordan Kaye Date: Sun, 13 Dec 2020 18:26:08 -0700 Subject: Better styling for individual posts --- static/css/strange-case.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static') diff --git a/static/css/strange-case.css b/static/css/strange-case.css index 880d713..9cebf14 100644 --- a/static/css/strange-case.css +++ b/static/css/strange-case.css @@ -51,6 +51,9 @@ img { .post { margin-bottom: 3em; } +.post a { + text-decoration: underline; +} .post .post-heading { margin-bottom: 1em; } -- cgit v1.2.3