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

View File

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