]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Darken the background similar to the website.
authorAnt Zucaro <azucaro@gmail.com>
Wed, 4 Mar 2015 01:41:35 +0000 (20:41 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Wed, 4 Mar 2015 01:41:35 +0000 (20:41 -0500)
xonstat/static/css/app.css

index 69a2af4aac8baf51f770b5c4d45beccf6d042702..90932eb1207d3357fef2f6bde479d0b566e51e25 100644 (file)
@@ -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;
 }