From 6395a75b6edb2f618ea23b0390173dbabcd6193d Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 3 Aug 2022 19:53:55 +0200 Subject: [PATCH] Better blockquote styling --- app/scss/main.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/scss/main.scss b/app/scss/main.scss index 563f7bf..e0252e6 100644 --- a/app/scss/main.scss +++ b/app/scss/main.scss @@ -12,6 +12,12 @@ $primary-button-text-color: #fff; // Load custom theme @import "theme.scss"; +blockquote { + border-left: 3px solid $secondary-color; + margin-left: 0; + padding-left: 1.5em; +} + .muted { color: $muted-color; }