From ff7bbe36f4e61b3e7295b9c77ec3c9f64405ccb6 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 28 Feb 2015 15:32:44 -0500 Subject: [PATCH] Change background to match the main site. --- xonstat/static/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonstat/static/css/app.css b/xonstat/static/css/app.css index 0780ca5..d927871 100644 --- a/xonstat/static/css/app.css +++ b/xonstat/static/css/app.css @@ -12,7 +12,7 @@ /* Primary elements */ body { - background: url("img/web_background_4.jpg") no-repeat fixed center center / cover black; + background: url("img/bg.jpg") no-repeat fixed center center / cover black; background-color: black; color: #D0D0D0; font-family: "XoloniumNormal", "Helvetica Neue", Helvetica, Arial, sans-serif; -- 2.39.2