更新仓库,增加casbin资源文件
This commit is contained in:
41
casbin/casnode/css/tomorrow.css
Normal file
41
casbin/casnode/css/tomorrow.css
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user