Skip to content

Commit

Permalink
Merge pull request #3832 from crazyserver/MOBILE-4362
Browse files Browse the repository at this point in the history
Mobile 4362
  • Loading branch information
dpalou authored Oct 20, 2023
2 parents e7fd119 + 98ef26b commit e7c07e0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/core/features/course/components/module/module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,12 @@
display: none;
}
}


:host-context(html.dark) {
.activity-description-availabilityinfo {
.core-module-availabilityinfo {
background: var(--gray-800);
}
}
}
7 changes: 7 additions & 0 deletions src/theme/theme.dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e7c07e0

Please sign in to comment.