diff --git a/website/client/components/shops/quests/questInfo.vue b/website/client/components/shops/quests/questInfo.vue index 86c488dd8b..fb5eab4924 100644 --- a/website/client/components/shops/quests/questInfo.vue +++ b/website/client/components/shops/quests/questInfo.vue @@ -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;