From f55f09e7c1ac3cee1fde6d6efcac5a0b9174b3cb Mon Sep 17 00:00:00 2001 From: MultiMote Date: Sat, 7 Jan 2023 20:25:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/mmotium/assets/css/_base.scss | 7 ------- themes/mmotium/assets/css/style.scss | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/themes/mmotium/assets/css/_base.scss b/themes/mmotium/assets/css/_base.scss index 7a8449f..e0e27fe 100644 --- a/themes/mmotium/assets/css/_base.scss +++ b/themes/mmotium/assets/css/_base.scss @@ -40,10 +40,3 @@ pre { white-space: pre-wrap; word-wrap: break-word; } - -blockquote { - background-color: #f9f9f9; - border-left: 5px solid #ffc7bd; - margin: 0; - padding: 0.5em 1em; -} \ No newline at end of file diff --git a/themes/mmotium/assets/css/style.scss b/themes/mmotium/assets/css/style.scss index 91b8a59..493e8fa 100644 --- a/themes/mmotium/assets/css/style.scss +++ b/themes/mmotium/assets/css/style.scss @@ -93,6 +93,20 @@ nav.navbar { } } + blockquote { + & { + background-color: #f9f9f9; + border-left: 5px solid #ffc7bd; + margin: 0; + padding: 1em; + margin-bottom: 1em; + } + + p:last-child { + margin-bottom: 0; + } + } + table { border-collapse: collapse; }