blob: 34c9d217030f056f7bbcad8770c84b9e9736605b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@import "./variables";
.section {
text-align: center;
}
#main h1 {
color: $green;
text-shadow: 4px 4px $green-alt;
}
#main h2 {
text-shadow: 3px 3px $white-alt;
}
|