From d010783ad4806d6f8a603e8a48713969a94a6fbf Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 8 Jun 2020 20:20:12 +0200 Subject: Add some style of logo to the page. Based on the Blockout 2AM font from The League of Movable Type/Tyler Finck. --- sass/styles.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sass') diff --git a/sass/styles.scss b/sass/styles.scss index 9b7141d..ef2ea26 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -5,6 +5,7 @@ body { a { color: #7e8ea6; //#566171;//#8f8f8f; + text-decoration: none; } h1, h2, h3 { @@ -24,8 +25,14 @@ pre { font-family: sans-serif; .site-title { background-color: #3e4753; - color: #ccc; font-size: 200%; + font-weight: bold; + a { + text-decoration: none; + } + img { + vertical-align: bottom; + } } .site-bar { display: flex; -- cgit v1.2.3