Add wine on unix command to frontend (not backend yet)

This commit is contained in:
2025-08-26 11:08:54 -07:00
parent 342f8101fe
commit 5a22efa069
3 changed files with 22 additions and 0 deletions

View File

@@ -73,3 +73,7 @@ body {
*:focus {
@apply outline-none;
}
.input-field {
@apply border-2 border-[#484848] rounded-md bg-[#242424] p-2 px-4 focus:border-blue-600 transition-colors;
}