diff options
author | Valentin Popov <info@valentineus.link> | 2019-05-03 14:46:15 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-05-03 14:46:15 +0300 |
commit | 44f10af0066e7eeb0348c00ea82b90ce0ce7770e (patch) | |
tree | be98f35a794ef1f52ff82f5a7d7596a72f7e1483 /_scss/sakura/_main.scss | |
parent | 77d055f8ed3c79791e0c37784723895fc62f1156 (diff) | |
download | popov.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.scss | 2 |
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; |