UNPKG
blear.ui.code-highlight
Version:
latest (2.3.2)
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
代码高亮,基于 prism@1.17.1
github.com/blearjs/blear.ui.code-highlight
blearjs/blear.ui.code-highlight
blear.ui.code-highlight
/
src
/
prismjs
/
plugins
/
wpd
/
prism-wpd.css
11 lines
(10 loc)
•
235 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
code
[class*=
"language-"
]
a
[href]
, pre
[class*=
"language-"
]
a
[href]
{
cursor
: help;
text-decoration
: none; }
code
[class*=
"language-"
]
a
[href]
:hover
, pre
[class*=
"language-"
]
a
[href]
:hover
{
cursor
: help;
text-decoration
: underline; }