hexo-theme-butterfly
Version:
A Simple and Card UI Design theme for Hexo
25 lines (18 loc) • 512 B
text/stylus
if $prismjs_line_number
@require 'line-number'
if $highlight_theme != false
@require 'diff'
.container
pre[class*='language-']
// scrollbar - firefox
@-moz-document url-prefix()
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