diff --git a/renderer/js/mtftemplate.js b/renderer/js/mtftemplate.js index 339bb06..e36b171 100644 --- a/renderer/js/mtftemplate.js +++ b/renderer/js/mtftemplate.js @@ -1,9 +1,7 @@ var MTFController = MTFController || {}; MTFController.constant = { - qsMTFElement: ".mtf-container", - bgColors: ["#5DC4F5", "#FF7474", "#F9A817", "#48DCB6", "#5B6066"], - bgColor: "#5DC4F5" + qsMTFElement: ".mtf-container" }; /** @@ -12,8 +10,6 @@ MTFController.constant = { */ MTFController.initTemplate = function (pluginInstance) { MTFController.pluginInstance = pluginInstance; - MTFController.constant.bgColor = MTFController.constant.bgColors[_.random(0, MTFController.constant.bgColors.length - 1)]; - MTFController.bgLeftCircleTop = _.random(-6, 6) * 10; }; diff --git a/renderer/styles/style.css b/renderer/styles/style.css index e4c1ffa..7f61b83 100644 --- a/renderer/styles/style.css +++ b/renderer/styles/style.css @@ -2,6 +2,7 @@ width:100%; height:100%; overflow: hidden; + font-weight: 500; } .mtf-container .mtf-content-container{ padding:0 10%; @@ -158,7 +159,6 @@ display: flex; align-items: center; font-size: 8.64vh; - font-weight: 500; } .mtf-container .mtf-content-container .mtf-options-container .mtf-options-vertical-container .lhs-rhs-container .lhs-rhs-block img.audio-image{