File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -209,25 +209,25 @@ header {
209
209
}
210
210
211
211
& .active .off {
212
- background : var (--off-color );
212
+ background : var (--st-mode-active-background , var ( -- off-color) );
213
213
}
214
214
& .active .heat {
215
- background : var (--heat-color );
215
+ background : var (--st-mode-active-background , var ( -- heat-color) );
216
216
}
217
217
& .active .cool {
218
- background : var (--cool-color );
218
+ background : var (--st-mode-active-background , var ( -- cool-color) );
219
219
}
220
220
& .active .heat_cool {
221
- background : var (--heat_cool-color );
221
+ background : var (--st-mode-active-background , var ( -- heat_cool-color) );
222
222
}
223
223
& .active .auto {
224
- background : var (--auto-color );
224
+ background : var (--st-mode-active-background , var ( -- auto-color) );
225
225
}
226
226
& .active .dry {
227
- background : var (--dry-color );
227
+ background : var (--st-mode-active-background , var ( -- dry-color) );
228
228
}
229
229
& .active .fan_only {
230
- background : var (--fan_only-color );
230
+ background : var (--st-mode-active-background , var ( -- fan_only-color) );
231
231
}
232
232
}
233
233
.mode-icon {
You can’t perform that action at this time.
0 commit comments