/* Code highlighting styles based on hjs default GitHub Gist Theme */

.hljs {
    display: block;
    background-color: #f7f7f7;
    padding: 0.5em;
    overflow-x: auto;
  }
  
  .hljs-comment,
  .hljs-meta {
    color: #969896;
  }
  
  .hljs-variable,
  .hljs-template-variable,
  .hljs-strong,
  .hljs-emphasis,
  .hljs-quote {
    color: #df5000;
  }
  
  .hljs-keyword,
  .hljs-selector-tag,
  .hljs-type {
    color: #d73a49;
  }
  
  .hljs-literal,
  .hljs-symbol,
  .hljs-bullet,
  .hljs-attribute {
    color: #0086b3;
  }
  
  .hljs-section,
  .hljs-name {
    color: #63a35c;
  }
  
  .hljs-tag {
    color: black;
  }
  
  .hljs-title,
  .hljs-attr,
  .hljs-selector-id,
  .hljs-selector-class,
  .hljs-selector-attr,
  .hljs-selector-pseudo {
    color: #07a;
  }
  
  .hljs-addition {
    color: #55a532;
    background-color: #eaffea;
  }
  
  .hljs-deletion {
    color: #bd2c00;
    background-color: #ffecec;
  }
  
  .hljs-link {
    text-decoration: underline;
  }
  
  .hljs-number {
    color: #905;
  }
  
  .hljs-string {
    color: #080;
  }