Use toot logo instead of text heading
This commit is contained in:
parent
a29d349349
commit
157fdef188
3 changed files with 2 additions and 7 deletions
|
@ -32,7 +32,8 @@ html(lang="en")
|
||||||
meta(name='theme-color' content='#3088d4')
|
meta(name='theme-color' content='#3088d4')
|
||||||
body
|
body
|
||||||
header
|
header
|
||||||
h1 🐘 toot
|
h1
|
||||||
|
img(src="/icon.svg" width=72 height=72 alt="toot")
|
||||||
p Quickly post on any Mastodon instance
|
p Quickly post on any Mastodon instance
|
||||||
main
|
main
|
||||||
form#form
|
form#form
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$text-font: 'Roboto', sans-serif;
|
$text-font: 'Roboto', sans-serif;
|
||||||
$title-font: 'Montserrat', $text-font;
|
|
||||||
|
|
||||||
$bg: #1F232B;
|
$bg: #1F232B;
|
||||||
$text: #9baec8;
|
$text: #9baec8;
|
||||||
|
|
|
@ -50,11 +50,6 @@ header {
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: $title;
|
|
||||||
font-family: $title-font;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 26px;
|
|
||||||
line-height: 1.5;
|
|
||||||
margin: 0 0 8px;
|
margin: 0 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue