Skip to content

Commit

Permalink
fixes incorrect 404 page color
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Feb 13, 2019
1 parent 369932c commit 767dfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/NotFound/NotFound.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.notfound {
background-color: var(--blue);
background-color: var(--dark);
color: var(--white);
height: calc(100vh - 242px);
left: 0;
Expand Down

0 comments on commit 767dfd1

Please sign in to comment.