Color of dropdown in timeline

master
Bob Mottram 2019-08-10 21:39:07 +01:00
parent e847d6000a
commit 10a2764a83
1 changed files with 2 additions and 2 deletions

View File

@ -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;