Skip to content

Commit

Permalink
consistent colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed May 30, 2018
1 parent fdfc6cc commit bb448e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

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

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

0 comments on commit bb448e8

Please sign in to comment.