11 lines
181 B
SCSS
11 lines
181 B
SCSS
:root {
|
|
--bg-color: #{$grey-80};
|
|
--page-color: #{$grey-100};
|
|
--card-color: #{$grey-90};
|
|
--mention-bg-color: #{$grey-90};
|
|
|
|
--text-color: #{$grey-20};
|
|
}
|
|
|
|
[data-theme='dark'] {
|
|
}
|