dashboard: Some dark mode fixes for list view
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user