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; }