diff --git a/index.html b/index.html index ee1f333..bb05b13 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,11 @@ text-align: center; } + img { + width: max-content; + margin: 0 auto; + } + input, button { margin: 10px 10px; font-size: 1.8em; @@ -35,7 +40,7 @@
-
diff --git a/manifest.json b/manifest.json
index 346f5f5..ab1bdfb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name": "Website-to-reMarkable",
"short_name": "Website-to-reMarkable",
"description": "Send websites as PDFs to reMarkable",
- "theme_color": "#999",
- "background_color": "#999",
+ "theme_color": "#e54655",
+ "background_color": "#e54655",
"display": "standalone",
"scope": "/",
"start_url": "/",
diff --git a/rocket.png b/rocket.png
index 3188cb8..fe0d156 100644
Binary files a/rocket.png and b/rocket.png differ
diff --git a/success.html b/success.html
index 1514c43..cea9b4a 100644
--- a/success.html
+++ b/success.html
@@ -20,10 +20,15 @@
padding: 0;
text-align: center;
}
+
+ img {
+ width: max-content;
+ margin: 0 auto;
+ }
-