feat: Center the text in the options box in Settings
This commit is contained in:
parent
752c083905
commit
d9de6e6196
|
@ -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"] {
|
||||||
|
|
Loading…
Reference in New Issue