mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-14 22:13:00 +00:00
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:
parent
42b1c93737
commit
3a508ddbd4
3 changed files with 11 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue