mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:30:53 +08:00
feat: 本地搜索增加數據庫加載中和搜索中 loading 顯示 feat: 更改文章美化後,列表的顯示效果 closed #693 closed #686 improvement: UI 微調
21 lines
379 B
Stylus
21 lines
379 B
Stylus
if $prismjs_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: 4px 16px !important
|
|
|
|
a
|
|
padding: 0 !important
|