This commit is contained in:
2026-03-02 15:42:25 +08:00
26 changed files with 1403 additions and 171 deletions

View File

@@ -25,6 +25,15 @@
border: 1px solid #959aff;
background: rgba(75, 79, 109, 0.25);
}
.input:active::placeholder,
.input:focus::placeholder {
color: #4b4f6d;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.input:hover {
background: rgba(75, 79, 109, 0.25);
}