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
path: root/source
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2020-03-29 05:49:46 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2020-03-29 05:49:46 +0300
commit505609dd43483ba4f5a626aa706c1be7a3f2bb50 (patch)
treecabb92af5b3cbac2586f10badf80fab51c8c29ae /source
parent1fa502d7d42499cc94a74abd414424e29879520e (diff)
%code-base-style move to placeholder
Diffstat (limited to 'source')
-rw-r--r--source/sass/_placeholder.scss7
-rw-r--r--source/sass/object/component/_post.scss7
2 files changed, 7 insertions, 7 deletions
diff --git a/source/sass/_placeholder.scss b/source/sass/_placeholder.scss
index aa7116b..61c82d7 100644
--- a/source/sass/_placeholder.scss
+++ b/source/sass/_placeholder.scss
@@ -10,3 +10,10 @@
clear: both;
}
}
+
+%code-base-style {
+ background-color: #383737;
+ white-space: pre;
+ font-size: 0.9em;
+ color: $color-font-white;
+}
diff --git a/source/sass/object/component/_post.scss b/source/sass/object/component/_post.scss
index a22e096..1f92998 100644
--- a/source/sass/object/component/_post.scss
+++ b/source/sass/object/component/_post.scss
@@ -81,13 +81,6 @@
}
}
- %code-base-style {
- background-color: #383737;
- white-space: pre;
- font-size: 0.9em;
- color: $color-font-white;
- }
-
blockquote {
margin: 1.6rem 1.2rem;
padding: 0 1em;