Skip to content

Commit

Permalink
Made input colors lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
yangavin committed Aug 28, 2023
1 parent c1e3de9 commit fa9e208
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ body.dark-mode{
}
#system-container input.dark-mode{
border: none;
color: #ffffff;
background-color: #2D9BFF;
color: #2d2d2d;
background-color: #cdedff;
}
::placeholder{
color: rgb(215, 215, 215);
color: rgb(104, 104, 104);
}

@media (max-width: 1142px){
Expand Down

0 comments on commit fa9e208

Please sign in to comment.