diff --git a/www/src/index.md b/www/src/index.md
index 093aa9ca..e167c740 100644
--- a/www/src/index.md
+++ b/www/src/index.md
@@ -11,7 +11,11 @@ for Delta Chat users. For details how it avoids storing personal information
please see our [privacy policy](privacy.html).
{% endif %}
-👉 **Tap** or scan this QR code to get a `@{{config.mail_domain}}` chat profile
+Get a {{config.mail_domain}} chat profile
+
+If you are viewing this page on a different device
+without a Delta Chat app,
+you can also **scan this QR code** with Delta Chat:
diff --git a/www/src/main.css b/www/src/main.css
index 39125f07..772b2e9d 100644
--- a/www/src/main.css
+++ b/www/src/main.css
@@ -72,3 +72,15 @@ code {
color: red;
font-weight: bold;
}
+
+.cta-button, .cta-button:hover, .cta-button:visited {
+ border: 1.5px solid #a4c2d0;
+ border-radius: 5px;
+ padding: 10px;
+ display: inline-block;
+ margin: 10px 0;
+
+ background: linear-gradient(120deg, #77888f, #364e59);
+ color: white !important;
+ font-weight: bold;
+}