diff --git a/www/header.asciidoc b/www/header.asciidoc
index ff5b26d9e..6b09ce21a 100644
--- a/www/header.asciidoc
+++ b/www/header.asciidoc
@@ -2,7 +2,7 @@
-
qutebrowser
+ qutebrowser
A keyboard-driven browser.
diff --git a/www/qute.css b/www/qute.css
index 9a47b8122..f8902f10e 100644
--- a/www/qute.css
+++ b/www/qute.css
@@ -44,9 +44,13 @@ p {
text-align: right;
}
-#headline .text h1 {
+#headline .text .heading-text {
color: #1e89c6;
+ font-weight: bold;
+ font-size: 2em;
border: none;
+ display: block;
+ white-space: pre-line;
}
#headline .text {