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 ++++++++- static/rabalder-2am.png | Bin 0 -> 6214 bytes templates/base.html | 6 +++++- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 static/rabalder-2am.png 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; diff --git a/static/rabalder-2am.png b/static/rabalder-2am.png new file mode 100644 index 0000000..3fda081 Binary files /dev/null and b/static/rabalder-2am.png differ diff --git a/templates/base.html b/templates/base.html index f743b58..1ed2ca6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,11 @@