aboutsummaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
Diffstat (limited to 'src/static')
-rw-r--r--src/static/style.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/static/style.css b/src/static/style.css
index be15fe7..d2b3203 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -1,5 +1,3 @@
1@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro&display=swap');
2
3* { 1* {
4 box-sizing: border-box; 2 box-sizing: border-box;
5} 3}
@@ -7,8 +5,7 @@
7body { 5body {
8 line-height: 150%; 6 line-height: 150%;
9 margin-bottom: 100px; 7 margin-bottom: 100px;
10 font-family: 'Source Serif Pro', serif; 8 font-family: serif;
11 font-size: 16px;
12} 9}
13 10
14main { 11main {