From 00308926457eff88726bc18206e3afdb45c0c695 Mon Sep 17 00:00:00 2001 From: Valeriy Date: Sun, 3 Feb 2019 13:40:37 +0300 Subject: [PATCH] fix(client): 404 night mode --- client/src/components/FourOhFour/404.css | 1 + client/src/components/FourOhFour/index.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/components/FourOhFour/404.css b/client/src/components/FourOhFour/404.css index ae1e8efacd..938e908fab 100644 --- a/client/src/components/FourOhFour/404.css +++ b/client/src/components/FourOhFour/404.css @@ -16,6 +16,7 @@ .quote-wrapper { background-color: #eee; padding: 20px 20px 20px 42px; + border-width: 0; border-radius: 5px; position: relative; max-width: 980px; diff --git a/client/src/components/FourOhFour/index.js b/client/src/components/FourOhFour/index.js index 9623145b74..905e6cf05e 100644 --- a/client/src/components/FourOhFour/index.js +++ b/client/src/components/FourOhFour/index.js @@ -38,13 +38,13 @@ class NotFoundPage extends Component { We couldn't find what you were looking for, but here is a quote:

-
+

{this.state.randomQuote.quote}

- {this.state.randomQuote.author}

-
+ ) : (