dark mode expiration buttons fix

This commit is contained in:
Peter Papp
2020-08-26 18:30:10 +02:00
parent 7f6f60227a
commit 777132ec40
4 changed files with 10 additions and 1 deletions

View File

@@ -90,6 +90,12 @@
@media (prefers-color-scheme: dark) {
.select-box {
.box-item {
border-color: $dark_mode_border_color;
background: $dark_mode_foreground;
}
}
}
</style>