Improve dark mode by integrating @forevolve/bootstrap-dark.
parent
309f8a3afc
commit
98b03e2e4a
|
@ -2,10 +2,12 @@
|
||||||
* BOOTSTRAP
|
* BOOTSTRAP
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@import '~bootstrap/scss/functions';
|
||||||
|
@import '~bootstrap/scss/variables';
|
||||||
|
@import '~bootstrap/scss/mixins';
|
||||||
|
@import '~@forevolve/bootstrap-dark/scss/dark-mixins';
|
||||||
|
|
||||||
html:not([data-enable-dark='true']) {
|
html:not([data-enable-dark='true']) {
|
||||||
@import '~bootstrap/scss/functions';
|
|
||||||
@import '~bootstrap/scss/variables';
|
|
||||||
@import '~bootstrap/scss/mixins';
|
|
||||||
@import '~bootstrap/scss/root';
|
@import '~bootstrap/scss/root';
|
||||||
@import '~bootstrap/scss/reboot';
|
@import '~bootstrap/scss/reboot';
|
||||||
@import '~bootstrap/scss/type';
|
@import '~bootstrap/scss/type';
|
||||||
|
@ -47,11 +49,7 @@ html:not([data-enable-dark='true']) {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
html[data-enable-dark='true'] {
|
html[data-enable-dark='true'] {
|
||||||
@import '~bootstrap/scss/functions';
|
|
||||||
@import '~bootstrap/scss/variables';
|
|
||||||
@import '~@forevolve/bootstrap-dark/scss/dark-variables';
|
@import '~@forevolve/bootstrap-dark/scss/dark-variables';
|
||||||
@import '~bootstrap/scss/mixins';
|
|
||||||
@import '~@forevolve/bootstrap-dark/scss/dark-mixins';
|
|
||||||
@import '~bootstrap/scss/root';
|
@import '~bootstrap/scss/root';
|
||||||
@import '~bootstrap/scss/reboot';
|
@import '~bootstrap/scss/reboot';
|
||||||
@import '~bootstrap/scss/type';
|
@import '~bootstrap/scss/type';
|
||||||
|
|
|
@ -4,6 +4,7 @@ export interface VideoOnDemandIdentifier {
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface VideoOnDemandIndex {
|
export interface VideoOnDemandIndex {
|
||||||
|
announcements: Array<string>,
|
||||||
ids: Array<VideoOnDemandIdentifier>
|
ids: Array<VideoOnDemandIdentifier>
|
||||||
servers: {
|
servers: {
|
||||||
dash: string
|
dash: string
|
||||||
|
|
Loading…
Reference in New Issue