Add HP TEMP

This commit is contained in:
2026-03-10 19:54:36 +01:00
parent 236d752406
commit 58fdc3482a
5 changed files with 36 additions and 0 deletions
+7
View File
@@ -143,6 +143,13 @@
border-radius: 4px;
}
}
&.hp-temp-item {
.hp-value input {
background: rgba(255, 230, 160, 0.85);
border-color: #b8860b;
}
}
}
}
}