aboutsummaryrefslogtreecommitdiff
path: root/src/styles/global.scss
blob: f893b612ce0eeeb52a3e43e43d07aae15ca4ef89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@import "theme";

* {
	font-family: $defFont
}

body {
	background-color: $defBG;
	color: $defFG;
	padding: $bodyPadding;
	margin: $bodyMargin;
}