jedmund-svelte/src/assets/styles/themes.scss
2024-07-12 17:33:39 -04:00

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'] {
}