输入提示 斜体

This commit is contained in:
Bard 2023-09-21 03:14:18 +08:00 committed by GitHub
parent 744cf0e75f
commit cc7ce0762f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,12 @@ span {
color: var(--white);
}
::placeholder {
color: #8898aa;
color: var(--gray);
font-style: italic;
}
a:link,
a:visited,
a:active {