fix(embed): change text color of offline banner. Closes #2953

This commit is contained in:
Gabe Kangas
2023-04-26 09:40:17 -07:00
parent 9674333e62
commit bb9cc28596
4 changed files with 18 additions and 10 deletions

View File

@@ -71,6 +71,10 @@
background-color: var(--theme-color-components-video-background);
}
.offlineBanner {
color: var(--theme-color-background-main);
}
.statusBar {
flex-shrink: 0;
}