Merge pull request #3832 from crazyserver/MOBILE-4362

Mobile 4362
main
Dani Palou 2023-10-20 15:34:45 +02:00 committed by GitHub
commit e7c07e01b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -196,3 +196,12 @@
display: none;
}
}
:host-context(html.dark) {
.activity-description-availabilityinfo {
.core-module-availabilityinfo {
background: var(--gray-800);
}
}
}

View File

@ -77,6 +77,13 @@ html.dark {
}
}
ion-popover,
ion-popover ion-content {
--background: var(--gray-800);
--ion-item-background: var(--background);
--ion-background-color: var(--background);
}
--core-link-color: var(--info-tint);
--core-header-toolbar-background: var(--gray-900);