mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
improvement: prismjs 可以配置 code_word_wrap improvement: 搜索 hover 效果與其它目錄一致 improvement: css 優化 fix: 修復prismjs 無法識別的語言 顯示 null 而不是顯示 code 的 bug fix: 修復默認代碼大小不會隨着字體放大/放小而改變的bug fix: 修復prismjs 在ios safari 下自動換行的bug
21 lines
405 B
Stylus
21 lines
405 B
Stylus
if hexo-fonfig('prismjs_settings.line_number')
|
|
@require 'line-number'
|
|
|
|
if $highlight_theme != false
|
|
@require 'diff'
|
|
|
|
#article-container
|
|
pre[class*='language-']
|
|
&::-webkit-scrollbar-thumb
|
|
background: var(--hlscrollbar-bg)
|
|
|
|
&:not(.line-numbers)
|
|
padding: 10px 20px
|
|
|
|
.caption
|
|
margin-left: -3.8em
|
|
padding: .2rem .8rem !important
|
|
|
|
a
|
|
padding: 0 !important
|