Skip to content

Commit

Permalink
Fixed color of input and button in night mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wieland committed May 6, 2019
1 parent 853dfba commit 13aa1a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ button{
border: 2px solid;
border-color: #e9e9e9;
border-radius: 10px;
color: black;
}

button:hover{
Expand All @@ -235,12 +236,13 @@ button:hover{
border: 2px solid;
border-color: #1976d2;
border-radius: 10px;
color: black;
}

input{
padding: 0.5%;;
height: auto;
color: #c0c0c0;
color: black;
background-color: #e9e9e9;
border: 2px solid;
border-color: #e9e9e9;
Expand Down

0 comments on commit 13aa1a1

Please sign in to comment.