l0bsterssg

node.js static responsive blog post generator
Log | Files | Refs | README

arduino-light.css (1036B)


      1 /*
      2 
      3 Arduino® Light Theme - Stefania Mellai <s.mellai@arduino.cc>
      4 
      5 */
      6 
      7 .hljs {
      8   display: block;
      9   overflow-x: auto;
     10   padding: 0.5em;
     11   background: #FFFFFF;
     12 }
     13 
     14 .hljs,
     15 .hljs-subst {
     16   color: #434f54;
     17 }
     18 
     19 .hljs-keyword,
     20 .hljs-attribute,
     21 .hljs-selector-tag,
     22 .hljs-doctag,
     23 .hljs-name {
     24   color: #00979D;
     25 }
     26 
     27 .hljs-built_in,
     28 .hljs-literal,
     29 .hljs-bullet,
     30 .hljs-code,
     31 .hljs-addition {
     32   color: #D35400;
     33 }
     34 
     35 .hljs-regexp,
     36 .hljs-symbol,
     37 .hljs-variable,
     38 .hljs-template-variable,
     39 .hljs-link,
     40 .hljs-selector-attr,
     41 .hljs-selector-pseudo {
     42   color: #00979D;
     43 }
     44 
     45 .hljs-type,
     46 .hljs-string,
     47 .hljs-selector-id,
     48 .hljs-selector-class,
     49 .hljs-quote,
     50 .hljs-template-tag,
     51 .hljs-deletion {
     52   color: #005C5F;
     53 }
     54 
     55 .hljs-title,
     56 .hljs-section {
     57   color: #880000;
     58   font-weight: bold;
     59 }
     60 
     61 .hljs-comment {
     62   color: rgba(149,165,166,.8);
     63 }
     64 
     65 .hljs-meta-keyword {
     66   color: #728E00;
     67 }
     68 
     69 .hljs-meta {
     70   color: #434f54;
     71 }
     72 
     73 .hljs-emphasis {
     74   font-style: italic;
     75 }
     76 
     77 .hljs-strong {
     78   font-weight: bold;
     79 }
     80 
     81 .hljs-function {
     82   color: #728E00;
     83 }
     84 
     85 .hljs-number {
     86   color: #8A7B52;  
     87 }