aboutsummaryrefslogtreecommitdiff
path: root/_scss/sakura/_main.scss
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-05-03 14:46:15 +0300
committerValentin Popov <info@valentineus.link>2019-05-03 14:46:15 +0300
commit44f10af0066e7eeb0348c00ea82b90ce0ce7770e (patch)
treebe98f35a794ef1f52ff82f5a7d7596a72f7e1483 /_scss/sakura/_main.scss
parent77d055f8ed3c79791e0c37784723895fc62f1156 (diff)
downloadpopov.link-44f10af0066e7eeb0348c00ea82b90ce0ce7770e.tar.xz
popov.link-44f10af0066e7eeb0348c00ea82b90ce0ce7770e.zip
Updated code's style
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/sakura/_main.scss')
-rw-r--r--_scss/sakura/_main.scss2
1 files changed, 2 insertions, 0 deletions
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;