Skip to content

Commit

Permalink
Merge pull request #6523 from molecula451/patch-8
Browse files Browse the repository at this point in the history
Change color selected answer on Quests coupling background visually
  • Loading branch information
thelostone-mc authored Apr 29, 2020
2 parents 24f9052 + ea93754 commit 8e20741
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 @@ -1133,7 +1133,7 @@ body.green.quest_battle {

body.back1 #desc li:hover,
body.back1 #desc li.selected {
background-color: #102945;
background-color: #16b731;
}

body.back2 #desc li:hover,
Expand Down Expand Up @@ -1732,4 +1732,4 @@ body.green .tl {
.back_gradient {
background-size: 100% 400px !important;
}
}
}

0 comments on commit 8e20741

Please sign in to comment.