dashboard: Some dark mode fixes for list view

This commit is contained in:
Johannes Zellner
2024-04-12 19:51:46 +02:00
parent 5b2eb51511
commit 201a07f717
+8
View File
@@ -2286,6 +2286,14 @@ tag-input {
}
}
.app-list .app-list-item .app-list-app-link {
color: $textColor;
}
.app-list .app-list-item:hover .app-list-app-link {
color: white;
}
footer, .card, .app-configure-links div.active {
background-color: $backgroundDark;
}