更新仓库,增加casbin资源文件

This commit is contained in:
ayflying
2025-01-24 18:22:25 +08:00
parent f76cce8f7e
commit e21fff59e6
590 changed files with 23144 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
.hljs-comment, .hljs-quote {
color: #8e908c
}
.hljs-variable, .hljs-template-variable, .hljs-tag, .hljs-name, .hljs-selector-id, .hljs-selector-class, .hljs-regexp, .hljs-deletion {
color: #c82829
}
.hljs-number, .hljs-built_in, .hljs-builtin-name, .hljs-literal, .hljs-type, .hljs-params, .hljs-meta, .hljs-link {
color: #f5871f
}
.hljs-attribute {
color: #eab700
}
.hljs-string, .hljs-symbol, .hljs-bullet, .hljs-addition {
color: #718c00
}
.hljs-title, .hljs-section {
color: #4271ae
}
.hljs-keyword, .hljs-selector-tag {
color: #8959a8
}
.hljs {
display: block;
overflow-x: auto;
color: #4d4d4c
}
.hljs-emphasis {
font-style: italic
}
.hljs-strong {
font-weight: 700
}