From c62fa851c85a7339ee80eb46c612b08bde4425a8 Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Wed, 1 Apr 2020 11:25:17 +0200
Subject: [PATCH] ENH: .popover resets color to initial.

---
 src/core/css/tour.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/core/css/tour.css b/src/core/css/tour.css
index 6fc9069f..3bb47136 100644
--- a/src/core/css/tour.css
+++ b/src/core/css/tour.css
@@ -129,6 +129,7 @@ li.list-group-item > .btn {
 
 .popover {
     width: 100em;
+    color: initial;
 }
 
 /* Otherwise the pages would inherit their properties from the elements the
-- 
GitLab