Skip to content

Commit

Permalink
color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Oct 24, 2019
1 parent e41f083 commit 2bff3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/v2/css/quests.css
Original file line number Diff line number Diff line change
Expand Up @@ -812,11 +812,11 @@ body.back9 #desc li.selected {
}
body.red #desc li:hover,
body.red #desc li.selected {
background-color: red;
background-color: #fc4240;
}
body.blue #desc li:hover,
body.blue #desc li.selected {
background-color: blue;
background-color: #4040ff;
}
body.green #desc li:hover,
body.green #desc li.selected {
Expand Down

0 comments on commit 2bff3ad

Please sign in to comment.