mirror of
https://github.com/NickKaramoff/toot
synced 2025-02-11 17:20:48 +01:00
Use toot logo instead of text heading
This commit is contained in:
parent
a29d349349
commit
157fdef188
@ -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
|
||||
|
@ -17,7 +17,6 @@
|
||||
*/
|
||||
|
||||
$text-font: 'Roboto', sans-serif;
|
||||
$title-font: 'Montserrat', $text-font;
|
||||
|
||||
$bg: #1F232B;
|
||||
$text: #9baec8;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user