fix(settings): clean up pane

This commit is contained in:
hexxa 2021-09-27 14:30:59 +08:00 committed by Hexxa
parent 9f7ae450de
commit 8caa713990
2 changed files with 64 additions and 42 deletions

View file

@ -97,6 +97,10 @@ input:focus {
box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
}
::placeholder {
color: #95a5a6;
}
button {
cursor: pointer;
border: none;