Fix HR dark theme

This commit is contained in:
Matthias 2021-05-24 11:02:45 +02:00
parent 2a25e927e0
commit 28bb9cd123

View File

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