diff options
| author | Szymon Szukalski <szymon@skas.io> | 2024-11-25 15:14:30 +1100 |
|---|---|---|
| committer | Szymon Szukalski <szymon@skas.io> | 2024-11-25 15:14:30 +1100 |
| commit | e204cb0e570745359d4978e7981a8428852d4175 (patch) | |
| tree | 6adbabec8960087f4039da71bcd21490edcecf91 | |
| parent | ef3f8f8e0c03e7f2095ca64e70c1f664c9f2fcf7 (diff) | |
Increase font size
| -rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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; |
