From bbcc9a87713c2ac1f9c272b1e3793077cefa19e1 Mon Sep 17 00:00:00 2001 From: Vasile Popescu Date: Sat, 19 May 2018 00:10:17 +0200 Subject: [PATCH] Change the color on the 404 page --- frontend/static/404.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/static/404.css b/frontend/static/404.css index 3395b16..00b5dd4 100644 --- a/frontend/static/404.css +++ b/frontend/static/404.css @@ -3,7 +3,7 @@ body { width:100%; height:100%; - background:#48A9E6; + background:#0B486B; font-family: 'Raleway', sans-serif; font-weight:300; margin:0; @@ -59,7 +59,7 @@ body { width: 140px; height: 140px; border-radius: 50%; - background: #48A9E6; + background: #0B486B; position: absolute; z-index: 1; top: 80px; @@ -74,7 +74,7 @@ body { width: 200px; height: 200px; border-radius: 50%; - background: #48A9E6; + background: #0B486B; position: absolute; z-index: 1; top: 0; @@ -89,7 +89,7 @@ body { width: 400px; height: 400px; border-radius: 50%; - background: #48A9E6; + background: #0B486B; position: absolute; z-index: 1; top: 200px;