12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- /*
- xt256.css
- Contact: initbar [at] protonmail [dot] ch
- : github.com/initbar
- */
- .hljs {
- display: block;
- overflow-x: auto;
- color: #eaeaea;
- background: #000;
- padding: .5;
- }
- .hljs-subst {
- color: #eaeaea;
- }
- .hljs-emphasis {
- font-style: italic;
- }
- .hljs-strong {
- font-weight: bold;
- }
- .hljs-builtin-name, .hljs-type {
- color: #eaeaea;
- }
- .hljs-params {
- color: #da0000;
- }
- .hljs-literal, .hljs-number, .hljs-name {
- color: #f00;
- font-weight: bolder;
- }
- .hljs-comment {
- color: #969896;
- }
- .hljs-selector-id, .hljs-quote {
- color: #0ff;
- }
- .hljs-template-variable, .hljs-variable, .hljs-title {
- color: #0ff;
- font-weight: bold;
- }
- .hljs-selector-class, .hljs-keyword, .hljs-symbol {
- color: #fff000;
- }
- .hljs-string, .hljs-bullet {
- color: #0f0;
- }
- .hljs-tag, .hljs-section {
- color: #000fff;
- }
- .hljs-selector-tag {
- color: #000fff;
- font-weight: bold;
- }
- .hljs-attribute, .hljs-built_in, .hljs-regexp, .hljs-link {
- color: #f0f;
- }
- .hljs-meta {
- color: #fff;
- font-weight: bolder;
- }
|