summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@skas.io>2024-11-25 15:07:49 +1100
committerSzymon Szukalski <szymon@skas.io>2024-11-25 15:07:49 +1100
commitef3f8f8e0c03e7f2095ca64e70c1f664c9f2fcf7 (patch)
tree14e8f75e0eca07675a93a7454af6fb99f0415084 /index.html
parent0fb3b92b04e48c8e7f9bb2c005541342a5d7ee0c (diff)
Externalise css
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 5 insertions, 10 deletions
diff --git a/index.html b/index.html
index e0de542..bc0be6e 100644
--- a/index.html
+++ b/index.html
@@ -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>