Path: blob/master/docs/scripts/highlight/styles/github-gist.css
1214 views
/**1* GitHub Gist Theme2* Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro3*/45.hljs {6display: block;7background: white;8padding: 0.5em;9color: #333333;10overflow-x: auto;11}1213.hljs-comment,14.hljs-meta {15color: #969896;16}1718.hljs-string,19.hljs-variable,20.hljs-template-variable,21.hljs-strong,22.hljs-emphasis,23.hljs-quote {24color: #df5000;25}2627.hljs-keyword,28.hljs-selector-tag,29.hljs-type {30color: #a71d5d;31}3233.hljs-literal,34.hljs-symbol,35.hljs-bullet,36.hljs-attribute {37color: #0086b3;38}3940.hljs-section,41.hljs-name {42color: #63a35c;43}4445.hljs-tag {46color: #333333;47}4849.hljs-title,50.hljs-attr,51.hljs-selector-id,52.hljs-selector-class,53.hljs-selector-attr,54.hljs-selector-pseudo {55color: #795da3;56}5758.hljs-addition {59color: #55a532;60background-color: #eaffea;61}6263.hljs-deletion {64color: #bd2c00;65background-color: #ffecec;66}6768.hljs-link {69text-decoration: underline;70}717273