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

* {
	font-family: $defFont
}

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