aboutsummaryrefslogtreecommitdiff
path: root/_scss
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-09-03 01:57:53 +0300
committerValentin Popov <info@valentineus.link>2019-09-03 01:57:53 +0300
commitcaab7e2d1c4dfbc81ec5ec7898b92752cee3d2c9 (patch)
tree8d34b9af3eb1000316b67378a9b0caf8f0250e6d /_scss
parentc204a254c0397d72481e43e261ffc54fdfe92c71 (diff)
downloadpopov.link-caab7e2d1c4dfbc81ec5ec7898b92752cee3d2c9.tar.xz
popov.link-caab7e2d1c4dfbc81ec5ec7898b92752cee3d2c9.zip
Added a border for pre elements
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss')
-rw-r--r--_scss/sakura/_main.scss1
1 files changed, 1 insertions, 0 deletions
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;