diff --git a/assets/favicon.png b/assets/favicon.png index 93788619..af4652c2 100644 Binary files a/assets/favicon.png and b/assets/favicon.png differ diff --git a/assets/global.css b/assets/global.css index 53899c73..9673a71a 100644 --- a/assets/global.css +++ b/assets/global.css @@ -32,8 +32,51 @@ a:visited { color: royalblue; } +input { + border: 1px solid #dadada; + padding: 5px; +} + +label { + font-size: 1.1em; +} + +input { + font-size: 1.1em; +} + +button { + font-size: 1.2em; + border: 1px solid #333; + background: #ededed; + border-radius: 2px; + padding: 10px 15px; +} + +button:hover { + background: #ddd; +} + +button:active { + background: #fafafa; +} + +button.primary { + border: 1px solid #1e3066; + background: #668cff; + color: white; +} + +button.primary:hover { + background: #446add; +} + +button.primary:active { + background: #99b3ff; +} + @media (max-width: 767px) { - p { + p, label, input { font-size: 1.3em; } } \ No newline at end of file diff --git a/assets/great-success.png b/assets/great-success.png deleted file mode 100644 index c38720c3..00000000 Binary files a/assets/great-success.png and /dev/null differ diff --git a/assets/icon-192.png b/assets/icon-192.png new file mode 100644 index 00000000..3fe89e5c Binary files /dev/null and b/assets/icon-192.png differ diff --git a/assets/manifest.json b/assets/manifest.json index 74e115c7..90a4971d 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -7,14 +7,9 @@ "start_url": "/", "icons": [ { - "src": "svelte-logo-192.png", + "src": "icon-192.png", "sizes": "192x192", "type": "image/png" - }, - { - "src": "svelte-logo-512.png", - "sizes": "512x512", - "type": "image/png" } ] } diff --git a/assets/sailboat.svg b/assets/sailboat.svg new file mode 100644 index 00000000..614c380e --- /dev/null +++ b/assets/sailboat.svg @@ -0,0 +1 @@ + diff --git a/assets/svelte-logo-192.png b/assets/svelte-logo-192.png deleted file mode 100644 index 3073b2d9..00000000 Binary files a/assets/svelte-logo-192.png and /dev/null differ diff --git a/assets/svelte-logo-512.png b/assets/svelte-logo-512.png deleted file mode 100644 index 454e5f2a..00000000 Binary files a/assets/svelte-logo-512.png and /dev/null differ diff --git a/routes/index.html b/routes/index.html index 37273169..f8d9b8c7 100644 --- a/routes/index.html +++ b/routes/index.html @@ -7,7 +7,7 @@
Pinafore is a web client for Mastodon, optimized for performance and simplicity.
-To get started, log in to an instance.
+To get started, log in to an instance.
Don't have an instance? Join Mastodon!
diff --git a/routes/settings/add-instance.html b/routes/settings/add-instance.html new file mode 100644 index 00000000..505eed94 --- /dev/null +++ b/routes/settings/add-instance.html @@ -0,0 +1,52 @@ +<:Head> +Log in to your instance to use Pinafore.
+ + + +Don't have an instance? Join Mastodon!
+Add an instance!
-