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 }} - +