We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a849f commit 20b08abCopy full SHA for 20b08ab
assets/style.scss
@@ -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