You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
453 B
25 lines
453 B
hr {
|
|
background-color: #555555;
|
|
}
|
|
|
|
.nav-tabs .nav-link.active {
|
|
border-color: #9a9b9c #9a9b9c #0c0c0c !important;
|
|
}
|
|
|
|
.data-tag {
|
|
color: #111 !important;
|
|
background-color: #aaa !important;
|
|
border-color: #cccccc !important;
|
|
}
|
|
|
|
.hljs-attr {
|
|
color: #eeeeee;
|
|
}
|
|
|
|
.hljs, .hljs-subst {
|
|
color: #dddddd;
|
|
}
|
|
|
|
.hljs-type, .hljs-string, .hljs-number, .hljs-selector-id, .hljs-selector-class, .hljs-quote, .hljs-template-tag, .hljs-deletion {
|
|
color: #95dbc6;
|
|
}
|