mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
fix dark-on-dark in quest modal tooltip (#11397)
This commit is contained in:
parent
e1246ff99f
commit
85eab76a71
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue