8 lines
123 B
SCSS
8 lines
123 B
SCSS
:host {
|
|
color: rgb(var(--dark-primary-text));
|
|
}
|
|
|
|
:host-context(.theme-dark) {
|
|
color: rgb(var(--light-primary-text));
|
|
}
|