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; diff --git a/CSS/themes/librespeed/organizr-dark.css b/CSS/themes/librespeed/organizr-dark.css index 66737c4a..799d7643 100644 --- a/CSS/themes/librespeed/organizr-dark.css +++ b/CSS/themes/librespeed/organizr-dark.css @@ -16,6 +16,6 @@ :root { --main-bg-color: #1f1f1f; --modal-bg-color: #1b1b1b; - --button-color: #2cabe3; - --button-color-hover: rgb(44 171 227 / .8); + --start-button-color: #2cabe3; + --start-button-color-hover: rgb(44 171 227 / .8); } \ No newline at end of file