From 09fdce4ac936fbcd58f2900c38f82e4e70fa2ca2 Mon Sep 17 00:00:00 2001 From: Nate Date: Wed, 22 Sep 2021 11:38:14 -0400 Subject: [PATCH] update styles --- server/static/prose.css | 2 +- server/static/prose.scss | 2 +- server/templates/error.hbs | 6 +++--- server/templates/home.hbs | 4 ++++ server/templates/partials/layout.hbs | 14 ++++---------- server/templates/updates.hbs | 2 +- 6 files changed, 14 insertions(+), 16 deletions(-) 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 }} -
+
-

Sorry!

-

+

Sorry!

+

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.

+
+

What we are building.

+

+
{{/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 @@