Fix dropdown style

This commit is contained in:
Matthias 2021-06-27 15:37:08 +02:00
parent 064fde140e
commit 531813413f

View File

@ -83,6 +83,10 @@
}
.dropdown-menu {
background-color: lighten($bg-dark, 5%);
color: $fg-color;
}
.dropdown-item {
color: $fg-color;
}
hr {
border-top: 1px solid rgba(255, 255, 255, 0.2);