Update globals.scss

This commit is contained in:
yorkeking 2023-04-04 00:46:34 +08:00 committed by GitHub
parent e01e0c4fd6
commit 42227581d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,8 @@ input[type="range"]::-webkit-slider-thumb:hover {
} }
input[type="number"], input[type="number"],
input[type="text"] { input[type="text"],
input[type="password"] {
appearance: none; appearance: none;
border-radius: 10px; border-radius: 10px;
border: var(--border-in-light); border: var(--border-in-light);