From 7b00d49d431fea488ebe5c5fde3dc8f1d26e1019 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch <nathan@upchur.ch> Date: Tue, 16 Jul 2024 18:34:51 -0500 Subject: [PATCH] Style blockquotes --- public/css/index.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/css/index.css b/public/css/index.css index 4c31e13..4c02c41 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -170,6 +170,17 @@ html { font-size: 13px; overflow-y: scroll; } +blockquote p { + font-style: italic; +} +blockquote:before { + content: "“"; + font-size: 10rem; + margin-left: -4rem; + margin-top: -2rem; + position: fixed; + filter: opacity(.15); +} body { animation: var(--slide-in-blurred-bottom); font-size: var(--step-0);