From e853e7061b6738f5e9ebc7f8e04b10756e6a7689 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Tue, 3 Mar 2015 20:41:35 -0500 Subject: [PATCH] Darken the background similar to the website. --- 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 69a2af4..90932eb 100644 --- a/xonstat/static/css/app.css +++ b/xonstat/static/css/app.css @@ -12,7 +12,7 @@ body { background-color: #0F0F0F; - background: url("img/bg.jpg") no-repeat fixed center center / cover black; + background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) repeat scroll 0% 0%, url("img/bg.jpg") no-repeat fixed center center / cover black; color: #9B9B9B; font-family: "Xolonium", "Helvetica Neue", Helvetica, Arial, sans-serif; } -- 2.39.2