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