Update html_helper.py
Browse files- html_helper.py +1 -1
html_helper.py
CHANGED
@@ -37,7 +37,7 @@ def create_html_from_midi(midifile):
|
|
37 |
}}
|
38 |
|
39 |
#proll midi-player::part(control-panel) {{
|
40 |
-
background: #
|
41 |
border-radius: 8px 8px 0 0;
|
42 |
border: 1px solid #A0A0A0;
|
43 |
}}
|
|
|
37 |
}}
|
38 |
|
39 |
#proll midi-player::part(control-panel) {{
|
40 |
+
background: #d8dae880;
|
41 |
border-radius: 8px 8px 0 0;
|
42 |
border: 1px solid #A0A0A0;
|
43 |
}}
|