added validator for v/d

This commit is contained in:
2023-01-15 18:47:08 +09:00
parent 7c9be46f6b
commit 8c79cc72b1
2 changed files with 42 additions and 1 deletions

View File

@@ -87,7 +87,11 @@ button {
#greet-input {
margin-right: 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.type {
font-size: small;
font-weight: bold;