feat: Center the text in the options box in Settings

This commit is contained in:
HimiCos 2023-03-29 21:34:41 +08:00
parent 752c083905
commit d9de6e6196
1 changed files with 1 additions and 0 deletions

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"] {