Initial commit
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled

This commit is contained in:
chorblack
2026-03-07 11:19:25 +08:00
commit e75f275ef4
4484 changed files with 645480 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
.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;
}