diff --git a/server/static/prose.css b/server/static/prose.css
index 68da971491727144977fff4192d7ded8af668a90..41ae3409f896b27a069a48651e1af106665cc707 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 9abd5bc729476d18f53028f169963788b96cfca2..bdd173cb64cf7ef82b8184ff2a468e7e84a37d89 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 22ab453249c4e292e6ef06f2caa8c1c228fd818b..54fd1437ebae8d5d147211969977bb6e29ea5c26 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 ea32cbbe21f9491babee9f8f36993839bed84787..9d63039242db997af332432cd2081cbfbde628e8 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 fe89226487a6914524eee3dd7a3ed8fdabc89dd4..d4912df084e5119430af3a6202f2ad68d9d15890 100644
--- a/server/templates/partials/layout.hbs
+++ b/server/templates/partials/layout.hbs
@@ -14,12 +14,9 @@