diff options
| author | Szymon Szukalski <szymon@skas.io> | 2024-11-25 15:07:49 +1100 |
|---|---|---|
| committer | Szymon Szukalski <szymon@skas.io> | 2024-11-25 15:07:49 +1100 |
| commit | ef3f8f8e0c03e7f2095ca64e70c1f664c9f2fcf7 (patch) | |
| tree | 14e8f75e0eca07675a93a7454af6fb99f0415084 /index.html | |
| parent | 0fb3b92b04e48c8e7f9bb2c005541342a5d7ee0c (diff) | |
Externalise css
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -2,26 +2,21 @@ <html> <head> <meta charset="UTF-8" /> + <link rel="stylesheet" href="Recipes/styles.css" /> <style type="text/css"> - body { - font-family: HelveticaNeue, sans-serif; - font-size: 16px; - color: #34302e; - margin: 25px; - } h1 { - font-size: 16px; + font-size: var(--step-0); font-family: HelveticaNeue, sans-serif; font-weight: normal; } ul { - padding-left: 20px; + padding-left: var(--space-l); } li { - margin: 6px 0; + margin:padding-left: var(--space-2xs) 0; } a { - color: #4990e2; + color: #4990e2 !important; text-decoration: none; } </style> |
