Use toot logo instead of text heading

This commit is contained in:
Nikita Karamov 2021-01-30 14:28:35 +01:00
parent a29d349349
commit 157fdef188
No known key found for this signature in database
GPG key ID: EA4E7DECEEA050E4
3 changed files with 2 additions and 7 deletions

View file

@ -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

View file

@ -17,7 +17,6 @@
*/
$text-font: 'Roboto', sans-serif;
$title-font: 'Montserrat', $text-font;
$bg: #1F232B;
$text: #9baec8;

View file

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