diff options
author | Valentin Popov <info@valentineus.link> | 2019-09-03 01:57:53 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-09-03 01:57:53 +0300 |
commit | caab7e2d1c4dfbc81ec5ec7898b92752cee3d2c9 (patch) | |
tree | 8d34b9af3eb1000316b67378a9b0caf8f0250e6d /_scss/sakura/_main.scss | |
parent | c204a254c0397d72481e43e261ffc54fdfe92c71 (diff) | |
download | popov.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/sakura/_main.scss')
-rw-r--r-- | _scss/sakura/_main.scss | 1 |
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; |