mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
improvements: 補全card-categories和card-archives的 '查看更多‘鏈接 close #337 fix: 修復comments沒設置時,報Unexpected token ')'的bugs close #344 improvements: 優化js和html fix: 修復toc 滾動百分比不準的Bugs
78 lines
1.3 KiB
Stylus
78 lines
1.3 KiB
Stylus
figure.highlight
|
|
table
|
|
&::-webkit-scrollbar-thumb
|
|
background: $highlight-scrollbar
|
|
|
|
pre .deletion
|
|
color: $highlight-deletion
|
|
|
|
pre .addition
|
|
color: $highlight-addition
|
|
|
|
pre .meta
|
|
color: $highlight-purple
|
|
|
|
pre
|
|
.comment
|
|
color: $highlight-comment
|
|
|
|
.variable,
|
|
.attribute,
|
|
.regexp,
|
|
.ruby .constant,
|
|
.xml .tag .title,
|
|
.xml .pi,
|
|
.xml .doctype,
|
|
.html .doctype,
|
|
.css .id,
|
|
.tag .name,
|
|
.css .class,
|
|
.css .pseudo
|
|
color: $highlight-red
|
|
|
|
.tag
|
|
color: $highlight-aqua
|
|
|
|
.number,
|
|
.preprocessor,
|
|
.literal,
|
|
.params,
|
|
.constant,
|
|
.command
|
|
color: $highlight-orange
|
|
|
|
.built_in
|
|
color: $highlight-yellow
|
|
|
|
.ruby .class .title,
|
|
.css .rules .attribute,
|
|
.string,
|
|
.value,
|
|
.inheritance,
|
|
.header,
|
|
.ruby .symbol,
|
|
.xml .cdata,
|
|
.special,
|
|
.number,
|
|
.formula
|
|
color: $highlight-green
|
|
|
|
.keyword,
|
|
.title,
|
|
.css .hexcolor
|
|
color: $highlight-aqua
|
|
|
|
.function,
|
|
.python .decorator,
|
|
.python .title,
|
|
.ruby .function .title,
|
|
.ruby .title .keyword,
|
|
.perl .sub,
|
|
.javascript .title,
|
|
.coffeescript .title
|
|
color: $highlight-blue
|
|
|
|
.tag .attr,
|
|
.javascript .function
|
|
color: $highlight-purple
|