commit 723deee494e0e2be514a5ffc26368aa7f2579aee
parent 036062316f7e252458540b36e9d282ffd71d53cf
Author: oscarbenedito <oscar@obenedito.org>
Date:   Sun,  1 Mar 2020 22:17:08 +0100

Code fragments CSS bug fixes

Diffstat:
Massets/css/style.scss | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/assets/css/style.scss b/assets/css/style.scss @@ -550,6 +550,8 @@ article { margin-left: 0; margin-right: 0; margin-bottom: 0; + border: 1px solid var(--border); + background-color: var(--code-bg) !important; } /* table */ .post-content .highlighttable { @@ -589,7 +591,8 @@ article { margin-left: 0; margin-right: 0; padding: var(--gap); - border-radius: 0; + border: none; + background: none; } .post-content blockquote { padding: 0 0 0 21px;