From a7e43c325656b0bcc81577902ada95093cb7814e Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Tue, 27 Dec 2022 21:54:53 -0500 Subject: [PATCH] Add blockquote css --- src/common/common.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/common/common.css b/src/common/common.css index 98ba36c..14fdfd0 100644 --- a/src/common/common.css +++ b/src/common/common.css @@ -31,6 +31,16 @@ p, a, li, tr, td, span, noscript, figcaption { color: white; } +blockquote { + background: rgba(11,11,12,1); + padding: 10px; + border: 5px dashed white; + color: white; + font-family: 'Lekton', Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 25px; +} + button { background: rgba(11,11,12,0.9); border-radius: 3px; -- 2.45.1