From 98b57a3b65e0d2b26121bdce80018566c32d12c5 Mon Sep 17 00:00:00 2001
From: devfake <devfakeplus@googlemail.com>
Date: Sun, 5 Jul 2015 23:42:41 +0200
Subject: [PATCH] fix modal background

---
 client/scss/_base.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/scss/_base.scss b/client/scss/_base.scss
index 77fbc5c..78df8d2 100644
--- a/client/scss/_base.scss
+++ b/client/scss/_base.scss
@@ -59,7 +59,7 @@ body {
   max-width: 100%;
   border-radius: 0;
   margin: auto;
-  background: rgba(6, 13, 22, 0.9);
+  background: rgba(6, 13, 22, 0.95);
   padding: 20px 0 0 0;
 }
 
@@ -84,7 +84,7 @@ body {
   transform: translate(-50%, 0px);
   left: 50%;
   width: 500px;
-  background: rgba(6, 13, 22, 0.9);
+  //background: rgba(6, 13, 22, 0.9);
   //padding: 15px;
   padding: 50px 0;
   margin-top: -30px;