diff options
| -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; |
