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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_partial/_post/_content.scss')
-rw-r--r--assets/sass/_partial/_post/_content.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/assets/sass/_partial/_post/_content.scss b/assets/sass/_partial/_post/_content.scss
index 0ff102f..c7c7177 100644
--- a/assets/sass/_partial/_post/_content.scss
+++ b/assets/sass/_partial/_post/_content.scss
@@ -5,6 +5,11 @@
.post-content {
word-wrap: break-word;
+ @import 'content/highlight';
+ @import 'content/code';
+ @import 'content/image';
+ @import 'content/blockquote';
+
@for $i from 1 through 6 {
h#{$i} {
font-weight: 600;
@@ -106,10 +111,6 @@
overflow-x: auto;
overflow-y: hidden;
}
-
- @import 'code';
- @import 'image';
- @import 'blockquote';
}
.header-link {