ghostfolio/apps/client/src/app/pages/portfolio/portfolio-page.scss
Thomas Kaul 9246a73f41
Feature/refactor dark theme css selector (#3662)
* Refactor dark theme CSS selector

* Update changelog
2024-08-11 15:43:02 +02:00

8 lines
123 B
SCSS

:host {
color: rgb(var(--dark-primary-text));
}
:host-context(.theme-dark) {
color: rgb(var(--light-primary-text));
}