add text color when active device card is darkened

This commit is contained in:
dkanada 2021-03-26 20:09:32 +09:00 committed by GitHub
parent c369c5b73c
commit 6a8d064099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -352,6 +352,7 @@ div[data-role=controlgroup] a.ui-btn-active {
.darkenContent {
background: rgba(0, 0, 0, 0.7);
color: #ddd;
}
.sessionAppName {