We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b213a commit d267e2aCopy full SHA for d267e2a
1 file changed
assets/css/style.scss
@@ -2,6 +2,11 @@
2
---
3
@import "{{ site.theme }}";
4
5
+body {
6
+ line-height: 1.75;
7
+ -webkit-font-smoothing: antialiased;
8
+}
9
+
10
.page-header {
11
background-image: linear-gradient(120deg, #f26a6a, #A61401)
12
}
0 commit comments