Style Calendar overlay

This commit is contained in:
Matthias 2021-05-23 19:34:34 +02:00
parent 7c456d4f24
commit 2a25e927e0

View File

@ -78,6 +78,12 @@
color: $fg-color;
background: $bg-dark;
}
.text-dark {
color: $fg-color !important;
}
.dropdown-menu {
background-color: lighten($bg-dark, 5%);
}
.custom-select{
color: $fg-color;
border-color: lighten($bg-dark, 20%);