diff --git a/CSS/themes/librespeed/librespeed-base.css b/CSS/themes/librespeed/librespeed-base.css index f1b044a5..ab40d0cf 100644 --- a/CSS/themes/librespeed/librespeed-base.css +++ b/CSS/themes/librespeed/librespeed-base.css @@ -40,12 +40,12 @@ div.meterText:empty:before { } #startStopBtn { color: #ffffff; - background: var(--button-color); - border: 0.15em solid var(--button-color); + background: var(--start-button-color); + border: 0.15em solid var(--start-button-color); } #startStopBtn:hover { - border: 0.15em solid var(--button-color-hover); - background: var(--button-color-hover); + border: 0.15em solid var(--start-button-color-hover); + background: var(--start-button-color-hover); } #startStopBtn.running { background: #FF3030 !important;