right-tree/frontend/src/assets/styles/main.scss

9 lines
170 B
SCSS
Raw Normal View History

@import "./theme.scss";
// Core styles here...
.App {
font-family: $primary-font;
color: $text-color-primary;
background-color: $background-color-primary;
}