diff --git a/server/static/prose.css b/server/static/prose.css
index 68da971491..41ae3409f8 100644
--- a/server/static/prose.css
+++ b/server/static/prose.css
@@ -49,7 +49,7 @@ article.prose a,
.type-prose p,
.type-prose li,
.type-prose a {
- color: #ddd;
+ color: #eee;
font-size: 1.3rem;
line-height: 2.1rem;
}
diff --git a/server/static/prose.scss b/server/static/prose.scss
index 9abd5bc729..bdd173cb64 100644
--- a/server/static/prose.scss
+++ b/server/static/prose.scss
@@ -44,7 +44,7 @@ article.prose,
p,
li,
a {
- color: #ddd;
+ color: #eee;
font-size: 1.3rem;
line-height: 2.1rem;
}
diff --git a/server/templates/error.hbs b/server/templates/error.hbs
index 22ab453249..54fd1437eb 100644
--- a/server/templates/error.hbs
+++ b/server/templates/error.hbs
@@ -1,9 +1,9 @@
{{#> layout }}
-
+
-
-
+
+
Looks like we encountered a {{status}} error: {{reason}}
diff --git a/server/templates/home.hbs b/server/templates/home.hbs
index ea32cbbe21..9d63039242 100644
--- a/server/templates/home.hbs
+++ b/server/templates/home.hbs
@@ -18,6 +18,10 @@
Join the waitlist.
+
+
+
{{/layout}}
\ No newline at end of file
diff --git a/server/templates/partials/layout.hbs b/server/templates/partials/layout.hbs
index fe89226487..d4912df084 100644
--- a/server/templates/partials/layout.hbs
+++ b/server/templates/partials/layout.hbs
@@ -14,12 +14,9 @@