commit f47e9cc0cc5f26cbc3272ceecf6a5527f7c35341
parent 6358d4dfa845cbc336b0a4cc3a091e65f50df20b
Author: knutsen <samuel@knutsen.co>
Date: Tue, 8 Jun 2021 22:03:07 +0100
Fix --root -> :root
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/style.css b/style.css
@@ -1,8 +1,8 @@
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400;1,600&display=swap');
@import url('https://pro.fontawesome.com/releases/v5.15.0/css/all.css');
---root {
- --fa: "Font Awesome 5 Pro", "Font Awesome 5 Brands"
+:root {
+ --fa: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
--monospace: monospace, var(--fa);
--serif: 'Lora', serif, var(--fa);
}
diff --git a/templates/guestbook.html b/templates/guestbook.html
@@ -104,7 +104,7 @@
<input class="name-input input" name="name" placeholder="Your name" required>
<br>
<textarea class="comment-input input" name="comment"
- placeholder="Your comment () (≤2 links, ≤500 characters)"
+ placeholder="Your comment  (≤2 links, ≤500 characters)"
required></textarea>
<br>
<input type="submit" value="Post">