From cf4fff35515156699c9b9f2215f04861c3c50088 Mon Sep 17 00:00:00 2001 From: SDS1337 Date: Tue, 22 Jun 2021 20:37:05 +0530 Subject: [PATCH] Fixed start-button var in librespeed base --- CSS/themes/librespeed/librespeed-base.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;