Path: blob/master/docs/scripts/highlight/styles/agate.css
1214 views
/*!1* Agate by Taufik Nurrohman <https://github.com/tovic>2* ----------------------------------------------------3*4* #ade5fc5* #a2fca26* #c6b4f07* #d363638* #fcc28c9* #fc9b9b10* #ffa11* #fff12* #33313* #62c8f314* #88815*16*/1718.hljs {19display: block;20overflow-x: auto;21padding: 0.5em;22background: #333;23color: white;24}2526.hljs-name,27.hljs-strong {28font-weight: bold;29}3031.hljs-code,32.hljs-emphasis {33font-style: italic;34}3536.hljs-tag {37color: #62c8f3;38}3940.hljs-variable,41.hljs-template-variable,42.hljs-selector-id,43.hljs-selector-class {44color: #ade5fc;45}4647.hljs-string,48.hljs-bullet {49color: #a2fca2;50}5152.hljs-type,53.hljs-title,54.hljs-section,55.hljs-attribute,56.hljs-quote,57.hljs-built_in,58.hljs-builtin-name {59color: #ffa;60}6162.hljs-number,63.hljs-symbol,64.hljs-bullet {65color: #d36363;66}6768.hljs-keyword,69.hljs-selector-tag,70.hljs-literal {71color: #fcc28c;72}7374.hljs-comment,75.hljs-deletion,76.hljs-code {77color: #888;78}7980.hljs-regexp,81.hljs-link {82color: #c6b4f0;83}8485.hljs-meta {86color: #fc9b9b;87}8889.hljs-deletion {90background-color: #fc9b9b;91color: #333;92}9394.hljs-addition {95background-color: #a2fca2;96color: #333;97}9899.hljs a {100color: inherit;101}102103.hljs a:focus,104.hljs a:hover {105color: inherit;106text-decoration: underline;107}108109110