mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-08 12:07:06 +08:00
- 簡化 config.pug 中的高亮設置檢測邏輯 - 重構滾動條樣式,提取為可重用的 $scrollbar-style - 優化 JavaScript 代碼高亮邏輯,增加對默認高亮的支持 - 修復打賞彈窗的邊框圓角應用位置 - 改善代碼高亮工具的檢測和處理流程
20 lines
348 B
Stylus
20 lines
348 B
Stylus
if $prismjs_line_number
|
|
@require 'line-number'
|
|
|
|
if $highlight_theme != false
|
|
@require 'diff'
|
|
|
|
.container
|
|
pre[class*='language-']
|
|
@extend $scrollbar-style
|
|
|
|
&:not(.line-numbers)
|
|
padding: 10px 20px
|
|
|
|
.caption
|
|
margin-left: -3.8em
|
|
padding: 4px 16px !important
|
|
|
|
a
|
|
padding: 0 !important
|