diff --git a/www/header.asciidoc b/www/header.asciidoc
index d16b07ccf..2e5a846cc 100644
--- a/www/header.asciidoc
+++ b/www/header.asciidoc
@@ -14,4 +14,7 @@
Contributing
GitHub
+
+qutebrowser is currently running a crowdfunding campaign to add support for the QtWebEngine backend, which fixes many issues. Please
check it out!
+
+++
diff --git a/www/qute.css b/www/qute.css
index 7c4c46c41..082a76221 100644
--- a/www/qute.css
+++ b/www/qute.css
@@ -44,12 +44,17 @@ body {
color: #666666;
}
+#crowdfunding {
+ padding: 10px 10px;
+ background-color: #a6dfff;
+ margin-bottom: 10px;
+}
+
#menu {
padding: 0px 20px;
background-color: #555555;
color: #CCC;
overflow: auto;
- margin-bottom: 10px;
-webkit-user-select: none;
-moz-user-select: none;
@@ -178,4 +183,4 @@ table td {
-