Skip to content

Commit

Permalink
feat(css): increase color contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Nov 30, 2016
1 parent 450471f commit 33dc813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/base.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
background-color: #EEE;
background-color: #e5e5e5;
margin: 0;
font-family: Roboto, 'Segoe UI', serif;
}
Expand Down
2 changes: 1 addition & 1 deletion src/client/champion/champion.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lb-champion .champion img {

-webkit-filter: grayscale(0.8);
filter: grayscale(0.8);
background-color: #EEE;
background-color: #e5e5e5;
}

lb-champion .champion .info p {
Expand Down

0 comments on commit 33dc813

Please sign in to comment.