summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@skas.io>2024-11-25 15:14:30 +1100
committerSzymon Szukalski <szymon@skas.io>2024-11-25 15:14:30 +1100
commite204cb0e570745359d4978e7981a8428852d4175 (patch)
tree6adbabec8960087f4039da71bcd21490edcecf91
parentef3f8f8e0c03e7f2095ca64e70c1f664c9f2fcf7 (diff)
Increase font size
-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;