summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index bc0be6e..467c9ae 100644
--- a/index.html
+++ b/index.html
@@ -4,8 +4,12 @@
<meta charset="UTF-8" />
<link rel="stylesheet" href="Recipes/styles.css" />
<style type="text/css">
- h1 {
+ html,
+ body {
font-size: var(--step-0);
+ }
+ h1 {
+ font-size: var(--step-3);
font-family: HelveticaNeue, sans-serif;
font-weight: normal;
}
@@ -14,6 +18,7 @@
}
li {
margin:padding-left: var(--space-2xs) 0;
+ font-size: var(--step-0);
}
a {
color: #4990e2 !important;