fix(ui): polish form input

This commit is contained in:
charlie
2022-10-10 16:42:54 +08:00
committed by Tienson Qin
parent 3c937520a6
commit 489090bc87
2 changed files with 6 additions and 1 deletions

View File

@@ -303,7 +303,7 @@ blockquote {
font-size: 1rem;
}
input {
input[type=text], input[type=password] {
color: var(--ls-primary-text-color);
background: transparent;
}