diff --git a/assets/global.css b/assets/global.css
index 9f90a62d..53899c73 100644
--- a/assets/global.css
+++ b/assets/global.css
@@ -25,5 +25,15 @@ h1 {
}
a {
- color: inherit;
+ color: royalblue;
+}
+
+a:visited {
+ color: royalblue;
+}
+
+@media (max-width: 767px) {
+ p {
+ font-size: 1.3em;
+ }
}
\ No newline at end of file
diff --git a/assets/manifest.json b/assets/manifest.json
index 2b4ac3ec..74e115c7 100644
--- a/assets/manifest.json
+++ b/assets/manifest.json
@@ -1,8 +1,8 @@
{
"background_color": "#ffffff",
- "theme_color": "#aa1e1e",
- "name": "TODO",
- "short_name": "TODO",
+ "theme_color": "#4169e1",
+ "name": "Pinafore for Mastodon",
+ "short_name": "Pinafore",
"display": "minimal-ui",
"start_url": "/",
"icons": [
diff --git a/routes/index.html b/routes/index.html
index b7694071..37273169 100644
--- a/routes/index.html
+++ b/routes/index.html
@@ -3,9 +3,13 @@
This is the home page. Pinafore is a web client for Mastodon, optimized for performance and simplicity. To get started, log in to an instance. Don't have an instance? Join Mastodon!Home page!
+ Pinafore for Mastodon
-