changed mobile start button color

This commit is contained in:
Yotam Mann 2015-12-05 19:46:28 -05:00
parent 0f8678c565
commit 44e8cc2d82
2 changed files with 4 additions and 4 deletions

View file

@ -51,12 +51,12 @@ html, body {
z-index: 10000;
top: 0px;
left: 0px;
background-color: rgba(0, 0, 0, 0.5); }
background-color: rgba(0, 0, 0, 0.8); }
#MobileStart #Button {
position: absolute;
left: 50%;
top: 50%;
background-color: black;
background-color: #7F33ED;
color: white;
font-family: monospace;
border-radius: 3px;

View file

@ -83,7 +83,7 @@ html, body {
z-index: 10000;
top: 0px;
left: 0px;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(0, 0, 0, 0.8);
$ButtonSize : 80px;
@ -91,7 +91,7 @@ html, body {
position: absolute;
left: 50%;
top: 50%;
background-color: black;
background-color: $purple;
color: white;
font-family: monospace;
border-radius: $margin;