mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
changed mobile start button color
This commit is contained in:
parent
0f8678c565
commit
44e8cc2d82
2 changed files with 4 additions and 4 deletions
|
@ -51,12 +51,12 @@ html, body {
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
background-color: rgba(0, 0, 0, 0.5); }
|
background-color: rgba(0, 0, 0, 0.8); }
|
||||||
#MobileStart #Button {
|
#MobileStart #Button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
background-color: black;
|
background-color: #7F33ED;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
|
@ -83,7 +83,7 @@ html, body {
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
|
|
||||||
$ButtonSize : 80px;
|
$ButtonSize : 80px;
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ html, body {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
background-color: black;
|
background-color: $purple;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
border-radius: $margin;
|
border-radius: $margin;
|
||||||
|
|
Loading…
Reference in a new issue