From 5039efdbd402fd8ff89809fb9bd290bab620aa3571845ab90d7513ad3aecdc4b Mon Sep 17 00:00:00 2001
From: Nicholas Johnson <nick@nicholasjohnson.ch>
Date: Tue, 6 Dec 2022 00:00:00 +0000
Subject: Add styling for quotes

---
 assets/css/style.css | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'assets')

diff --git a/assets/css/style.css b/assets/css/style.css
index 913eab6..74376c8 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -80,6 +80,14 @@ body > footer p {
     margin-bottom: 0em;
 }
 
+blockquote {
+    padding: 0.5em;
+    background-color: #272822;
+    margin-left: 1.5em;
+    margin-right: 1.5em;
+    font-style: italic;
+}
+
 blockquote p {
     margin-bottom: 0em;
 }
-- 
cgit v1.2.3