Path: blob/master/docs/scripts/highlight/styles/github.css
1214 views
/*12github.com style (c) Vasily Polovnyov <[email protected]>34*/56.hljs {7display: block;8overflow-x: auto;9padding: 0.5em;10color: #333;11background: #f8f8f8;12}1314.hljs-comment,15.hljs-quote {16color: #998;17font-style: italic;18}1920.hljs-keyword,21.hljs-selector-tag,22.hljs-subst {23color: #333;24font-weight: bold;25}2627.hljs-number,28.hljs-literal,29.hljs-variable,30.hljs-template-variable,31.hljs-tag .hljs-attr {32color: #008080;33}3435.hljs-string,36.hljs-doctag {37color: #d14;38}3940.hljs-title,41.hljs-section,42.hljs-selector-id {43color: #900;44font-weight: bold;45}4647.hljs-subst {48font-weight: normal;49}5051.hljs-type,52.hljs-class .hljs-title {53color: #458;54font-weight: bold;55}5657.hljs-tag,58.hljs-name,59.hljs-attribute {60color: #000080;61font-weight: normal;62}6364.hljs-regexp,65.hljs-link {66color: #009926;67}6869.hljs-symbol,70.hljs-bullet {71color: #990073;72}7374.hljs-built_in,75.hljs-builtin-name {76color: #0086b3;77}7879.hljs-meta {80color: #999;81font-weight: bold;82}8384.hljs-deletion {85background: #fdd;86}8788.hljs-addition {89background: #dfd;90}9192.hljs-emphasis {93font-style: italic;94}9596.hljs-strong {97font-weight: bold;98}99100101