A fix and a small refactor (#114)

1. fix code not visible in light theme;
2. use hex code instead of rgb code for all.
This commit is contained in:
Patrick Wu 2024-04-25 00:49:26 +08:00 committed by GitHub
parent 42b1c93737
commit 3a508ddbd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 9 deletions

View file

@ -44,7 +44,7 @@ body {
.view-input:focus {
outline: none;
border: 2px solid rgb(168, 168, 168);
border: 2px solid #a8a8a8;
}
.view-button {
@ -71,7 +71,7 @@ body {
}
.error {
background-color: rgb(255, 129, 129);
background-color: #ff8181;
}
.error,