fix dark-on-dark in quest modal tooltip (#11397)

This commit is contained in:
citrusella 2019-10-06 11:58:28 -04:00 committed by Matteo Pagliazzi
parent e1246ff99f
commit 85eab76a71

View file

@ -77,6 +77,13 @@ dt {
}
}
// popover used in quest selection modal
.popover-body {
dt {
color: inherit;
}
}
// making sure the star-colors always correct
.star {
fill: #ffb445;