summaryrefslogtreecommitdiff
path: root/src/scss/error.scss
blob: 2ef2cab3f4adc34e969f5a98c7da9797399cf76c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import "./variables";

.section {
	text-align: center !important;
}

#main h1 {
	color: $green;
	text-shadow: 4px 4px $green-alt;
}

#main h2 {
	text-shadow: 3px 3px $white-alt;
}