From 10a2764a83b5900d58a7a8080107f0a2940284cc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 Aug 2019 21:39:07 +0100 Subject: [PATCH] Color of dropdown in timeline --- epicyon-profile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 77d9440c..13732eb3 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -580,7 +580,7 @@ input[type=submit]:hover { .dropdown-timeline-content { display: none; position: absolute; - background-color: #f1f1f1; + background-color: var(--main-bg-color); min-width: 100px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; @@ -588,7 +588,7 @@ input[type=submit]:hover { /* Links inside the dropdown */ .dropdown-timeline-content a { - color: black; + color: var(--main-fg-color); padding: 12px 16px; text-decoration: none; display: block;