Skip to content

Commit

Permalink
make button brighter
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed May 30, 2018
1 parent 506cd37 commit fdfc6cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
}

#head a:nth-child(3) button {
background: hsl(240, 100%, 14%);
border: 1px solid hsl(240, 100%, 20%);
color: hsl(240, 100%, 90%);
background: hsl(245, 100%, 64%);
border: 1px solid hsl(245, 100%, 57%);
color: #E6E6E6;
}

#head a:nth-child(4) button {
Expand Down

0 comments on commit fdfc6cc

Please sign in to comment.