Merge pull request #1 from HimiCos/HimiCos

feat: Center the text in the options box in Settings
This commit is contained in:
HimiCos 2023-03-30 08:29:07 +08:00 committed by GitHub
commit d5557e0b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,7 @@ select {
cursor: pointer; cursor: pointer;
background-color: var(--white); background-color: var(--white);
color: var(--black); color: var(--black);
text-align: center;
} }
input[type="checkbox"] { input[type="checkbox"] {