From 44f10af0066e7eeb0348c00ea82b90ce0ce7770e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 3 May 2019 15:46:15 +0400 Subject: Updated code's style Signed-off-by: Valentin Popov --- _scss/sakura/_main.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to '_scss/sakura') diff --git a/_scss/sakura/_main.scss b/_scss/sakura/_main.scss index 0c4dcf7..2bde68b 100644 --- a/_scss/sakura/_main.scss +++ b/_scss/sakura/_main.scss @@ -111,6 +111,7 @@ img { pre { background-color: $color-bg-alt; + border-radius: 4px; display: block; overflow-x: auto; padding: 1em; @@ -118,6 +119,7 @@ pre { code { background-color: $color-bg-alt; + border-radius: 4px; font-size: .9em; padding: 0 .5em; white-space: pre-wrap; -- cgit v1.2.3