From 7bf6741e7a096829ad0b040589049450dfe9214a Mon Sep 17 00:00:00 2001 From: Siricee <1165728679@qq.com> Date: Sat, 11 Jan 2020 23:18:14 +0800 Subject: [PATCH] fixed #49: add title inline code block style --- source/css/_page/_post/post_code.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/css/_page/_post/post_code.styl b/source/css/_page/_post/post_code.styl index 77f8a793..13421ce7 100644 --- a/source/css/_page/_post/post_code.styl +++ b/source/css/_page/_post/post_code.styl @@ -13,6 +13,10 @@ .dark-theme & color $dark-code-font-color background $dark-code-background-color + + h1,h2,h3,h4,h5 // title inline code block + code + font-size inherit figure.highlight margin 1em 0