mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
fix: Utterances 評論區在多個頁面顯示的是同一個評論區 fix: 修復評論配置爲 Livere 和 Facebook Comments 時,最新評論模塊仍然顯示的 bug improvement: blueimp_md5 CDN 可配置 improvement: timeline 優化 improvement: css優化 improvement: 友情鏈接優化
23 lines
435 B
Stylus
23 lines
435 B
Stylus
if $prismjs_line_number
|
|
@require 'line-number'
|
|
|
|
if $highlight_theme != false
|
|
@require 'diff'
|
|
|
|
#article-container
|
|
pre[class*='language-']
|
|
scrollbar-color: var(--hlscrollbar-bg) transparent
|
|
|
|
&::-webkit-scrollbar-thumb
|
|
background: var(--hlscrollbar-bg)
|
|
|
|
&:not(.line-numbers)
|
|
padding: 10px 20px
|
|
|
|
.caption
|
|
margin-left: -3.8em
|
|
padding: 4px 16px !important
|
|
|
|
a
|
|
padding: 0 !important
|