10 lines
178 B
SCSS
10 lines
178 B
SCSS
@import 'apps/client/src/styles/ghostfolio-style';
|
|
|
|
:host {
|
|
color: rgb(var(--dark-primary-text));
|
|
}
|
|
|
|
:host-context(.is-dark-theme) {
|
|
color: rgb(var(--light-primary-text));
|
|
}
|