| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 | 
							- /*
 
- Gruvbox style (light) (c) Pavel Pertsev (original style at https://github.com/morhetz/gruvbox)
 
- */
 
- .hljs {
 
-   display: block;
 
-   overflow-x: auto;
 
-   padding: 0.5em;
 
-   background: #fbf1c7;
 
- }
 
- .hljs,
 
- .hljs-subst {
 
-   color: #3c3836;
 
- }
 
- /* Gruvbox Red */
 
- .hljs-deletion,
 
- .hljs-formula,
 
- .hljs-keyword,
 
- .hljs-link,
 
- .hljs-selector-tag {
 
-   color: #9d0006;
 
- }
 
- /* Gruvbox Blue */
 
- .hljs-built_in,
 
- .hljs-emphasis,
 
- .hljs-name,
 
- .hljs-quote,
 
- .hljs-strong,
 
- .hljs-title,
 
- .hljs-variable {
 
-   color: #076678;
 
- }
 
- /* Gruvbox Yellow */
 
- .hljs-attr,
 
- .hljs-params,
 
- .hljs-template-tag,
 
- .hljs-type {
 
-   color: #b57614;
 
- }
 
- /* Gruvbox Purple */
 
- .hljs-builtin-name,
 
- .hljs-doctag,
 
- .hljs-literal,
 
- .hljs-number {
 
-   color: #8f3f71;
 
- }
 
- /* Gruvbox Orange */
 
- .hljs-code,
 
- .hljs-meta,
 
- .hljs-regexp,
 
- .hljs-selector-id,
 
- .hljs-template-variable {
 
-   color: #af3a03;
 
- }
 
- /* Gruvbox Green */
 
- .hljs-addition,
 
- .hljs-meta-string,
 
- .hljs-section,
 
- .hljs-selector-attr,
 
- .hljs-selector-class,
 
- .hljs-string,
 
- .hljs-symbol {
 
-   color: #79740e;
 
- }
 
- /* Gruvbox Aqua */
 
- .hljs-attribute,
 
- .hljs-bullet,
 
- .hljs-class,
 
- .hljs-function,
 
- .hljs-function .hljs-keyword,
 
- .hljs-meta-keyword,
 
- .hljs-selector-pseudo,
 
- .hljs-tag {
 
-   color: #427b58;
 
- }
 
- /* Gruvbox Gray */
 
- .hljs-comment {
 
-   color: #928374;
 
- }
 
- /* Gruvbox Purple */
 
- .hljs-link_label,
 
- .hljs-literal,
 
- .hljs-number {
 
-   color: #8f3f71;
 
- }
 
- .hljs-comment,
 
- .hljs-emphasis {
 
-   font-style: italic;
 
- }
 
- .hljs-section,
 
- .hljs-strong,
 
- .hljs-tag {
 
-   font-weight: bold;
 
- }
 
 
  |