Files
plugins/CodeStyle/markdown/highlightjs-line.css
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

28 lines
585 B
CSS

.hljs td.hljs-ln-numbers {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: right;
color: #ccc;
border-top: none;
border-bottom: none;
border-left: none;
border-right: 1px solid #CCC;
vertical-align: top;
word-break: normal;
word-wrap: normal;
padding: 0 5px 0 0;
width: 20px;
/* your custom style here */
}
/* for block of code */
.hljs td.hljs-ln-code {
padding: 0 0 0 8px;
border: none;
}