stop hating myself

This commit is contained in:
CeeWeasel
2025-12-09 16:59:38 -05:00
parent a49d981ad4
commit 578edbc7dc
100 changed files with 11098 additions and 966 deletions
+11 -3
View File
@@ -136,7 +136,7 @@ g.svg-long-click> :not(text):hover,
.appliance-off {
/* fill: var(--green-color) !important; */
/* fill: #81c9a7 !important; */
fill: #81D9a7 !important;
fill: var(--disabled-color) !important;
fill-opacity: 1 !important;
/* stroke: #82caa8 !important;
stroke-width: 1px !important;
@@ -145,14 +145,14 @@ g.svg-long-click> :not(text):hover,
}
.appliance-on {
fill: #ff8800 !important;
fill: var(--primary-color) !important;
fill-opacity: 1 !important;
/* animation-duration: 4s;
animation-name: rotate90;
animation-fill-mode: forwards; */
}
.appliance-pending {
.appliance-problem {
fill: var(--error-color) !important;
fill-opacity: 1 !important;
/* animation-duration: 4s;
@@ -160,6 +160,14 @@ g.svg-long-click> :not(text):hover,
animation-fill-mode: forwards; */
}
.appliance-pending {
fill: var(--warning-color) !important;
fill-opacity: 1 !important;
/* animation-duration: 4s;
animation-name: rotate90;
animation-fill-mode: forwards; */
}
.window-closed {
/* fill: var(--green-color) !important; */
/* fill: #81c9a7 !important; */