From d7d9131de810b5a213c10b4d0b6fad0671ef2f47 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 17 Dec 2020 20:10:46 +0000 Subject: [PATCH] Add quote styling --- app/scss/components.scss | 9 +++++++++ app/templates/base.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/app/scss/components.scss b/app/scss/components.scss index 8fb4209..8cd5b1e 100644 --- a/app/scss/components.scss +++ b/app/scss/components.scss @@ -126,3 +126,12 @@ .sortable { user-select: none; } + +blockquote { + padding: 0.5em 1em; + border-left: 3px solid rgba(255, 255, 255, 0.25); + + & > *:last-child { + margin-bottom: 0; + } +} diff --git a/app/templates/base.html b/app/templates/base.html index c12d42a..c53fcb5 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,7 +7,7 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} - +