This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/src/utils/base-styles.scss

21 lines
256 B
SCSS

@import './constants.scss';
* {
box-sizing: border-box;
}
html, body, .viewport {
width: 100%;
height: 100%;
margin: 0;
}
html, body {
font-family: 'Atlas Grotesk', 'Helvetica Neue', sans-serif;
color: $textColor;
}
a {
color: #0C77F8;
}