ghostfolio/apps/client/src/app/pages/portfolio/portfolio-page.scss
Thomas Kaul d0112968e8
Feature/introduce sidebar navigation on desktop (#2340)
* Introduce sidebar navigation on desktop

* Update changelog
2023-09-16 14:40:05 +02:00

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));
}