From 157fdef18893da111a88ebc2accd0ee1f84e1e70 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 30 Jan 2021 14:28:35 +0100 Subject: [PATCH] Use toot logo instead of text heading --- src/index.pug | 3 ++- src/style/_variables.scss | 1 - src/style/main.scss | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/index.pug b/src/index.pug index 930ff5e..c9b94da 100644 --- a/src/index.pug +++ b/src/index.pug @@ -32,7 +32,8 @@ html(lang="en") meta(name='theme-color' content='#3088d4') body header - h1 🐘 toot + h1 + img(src="/icon.svg" width=72 height=72 alt="toot") p Quickly post on any Mastodon instance main form#form diff --git a/src/style/_variables.scss b/src/style/_variables.scss index 2cd448d..49e7d7a 100644 --- a/src/style/_variables.scss +++ b/src/style/_variables.scss @@ -17,7 +17,6 @@ */ $text-font: 'Roboto', sans-serif; -$title-font: 'Montserrat', $text-font; $bg: #1F232B; $text: #9baec8; diff --git a/src/style/main.scss b/src/style/main.scss index 8bf9cdf..58de061 100644 --- a/src/style/main.scss +++ b/src/style/main.scss @@ -50,11 +50,6 @@ header { padding-top: 2rem; h1 { - color: $title; - font-family: $title-font; - font-weight: 600; - font-size: 26px; - line-height: 1.5; margin: 0 0 8px; }