Skip to content

Commit

Permalink
Merge pull request #9 from Glooby5/6-statistiky
Browse files Browse the repository at this point in the history
 #6 dodělávky statistik.
  • Loading branch information
jankaderabek authored Dec 18, 2016
2 parents cb48ccb + f71f956 commit 1d9f4ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/css/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,16 @@ h1 {
}

.correctAnswer {
background: lighten(@gold, 10%);
background: lighten(@green, 10%);
&:hover *:not(.box-content-label){
background: @gold;
background: lighten(@green, 10%);
}
}

.wrongAnswer {
background: lighten(@red, 10%);
&:hover *:not(.box-content-label){
background: @red;
background: lighten(@red, 10%);
}
}

Expand Down

0 comments on commit 1d9f4ca

Please sign in to comment.