From caab7e2d1c4dfbc81ec5ec7898b92752cee3d2c9 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Sep 2019 02:57:53 +0400 Subject: [PATCH] Added a border for pre elements Signed-off-by: Valentin Popov --- _scss/sakura/_main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_scss/sakura/_main.scss b/_scss/sakura/_main.scss index 2bde68b..8e15541 100644 --- a/_scss/sakura/_main.scss +++ b/_scss/sakura/_main.scss @@ -111,6 +111,7 @@ img { pre { background-color: $color-bg-alt; + border: 1px solid $color-bg-alt; border-radius: 4px; display: block; overflow-x: auto;