Skip to content

Commit 20b08ab

Browse files
author
Steve Krouse
committed
re-added assets after removing lfs
1 parent 56a849f commit 20b08ab

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

assets/style.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";
5+
6+
$foc-green: #00c784;
7+
8+
.foc {
9+
color: $foc-green;
10+
}
11+
12+
.title {
13+
font-size: 35px;
14+
}
15+
16+
nav > a {
17+
color: $gray-500;
18+
padding-right: 10px;
19+
font-size: 20px;
20+
}
21+
22+
.patreon {
23+
width: 100px;
24+
vertical-align: middle;
25+
border-radius: 10px;
26+
}

0 commit comments

Comments
 (0)