Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2020-03-29 05:47:11 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2020-03-29 05:47:11 +0300
commit1fa502d7d42499cc94a74abd414424e29879520e (patch)
tree31138dbf885b46030faa7599ca897d4983925e1e
parentb821cf830c96258eec625a1c4a737864732d76d6 (diff)
scrollable in pre/code tag resolved #20
-rw-r--r--source/sass/object/component/_post.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/sass/object/component/_post.scss b/source/sass/object/component/_post.scss
index b6293cc..a22e096 100644
--- a/source/sass/object/component/_post.scss
+++ b/source/sass/object/component/_post.scss
@@ -83,6 +83,7 @@
%code-base-style {
background-color: #383737;
+ white-space: pre;
font-size: 0.9em;
color: $color-font-white;
}