mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38: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;
|
||||
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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue