summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>