diff options
author | amzrk2 | 2020-05-06 22:58:45 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-06 22:58:45 +0800 |
commit | 30772e0dd8436062e325eda0f54e90f7e8696705 (patch) | |
tree | 2ed1000408743f555ec9a409d986af55b87237c6 /assets/sass/_markdown.scss | |
parent | 41ef0bdcde0534402d430185052f4c553144487c (diff) | |
download | hugo-theme-fuji-30772e0dd8436062e325eda0f54e90f7e8696705.tar.gz hugo-theme-fuji-30772e0dd8436062e325eda0f54e90f7e8696705.tar.bz2 hugo-theme-fuji-30772e0dd8436062e325eda0f54e90f7e8696705.zip |
Sass structure full rebuild
Diffstat (limited to 'assets/sass/_markdown.scss')
-rw-r--r-- | assets/sass/_markdown.scss | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/assets/sass/_markdown.scss b/assets/sass/_markdown.scss deleted file mode 100644 index 4241caf..0000000 --- a/assets/sass/_markdown.scss +++ /dev/null @@ -1,56 +0,0 @@ -// primer CSS markdown color remap -@mixin markdown-remap { - h1, h2, h3, h4, h5, h6 { - color: $color-primary; - } - - h1 { - font-size: $font-size-l1; - border-bottom: $spliter; - } - - h2 { - font-size: $font-size-l2; - border-bottom: $spliter; - } - - h3 { - font-size: $font-size-l3; - } - - h4, h5, h6 { - font-size: $font-size-l4; - } - - hr { - background-color: $color-spliter; - } - - ul { - list-style-type: circle; - } - - @include link-secondary(); - - img { - border: 2px solid $color-secondary; - border-radius: 1px; - } -} - -#post-content { - &.markdown-body { - @include markdown-remap(); - } -} - -#post-summary { - &.markdown-body { - @include markdown-remap(); - - // do not show heads in summary - h1, h2, h3, h4, h5, h6 { - display: none; - } - } -}
\ No newline at end of file |