Path: blob/master/docs/scripts/highlight/styles/arduino-light.css
1214 views
/*12Arduino® Light Theme - Stefania Mellai <[email protected]>34*/56.hljs {7display: block;8overflow-x: auto;9padding: 0.5em;10background: #FFFFFF;11}1213.hljs,14.hljs-subst {15color: #434f54;16}1718.hljs-keyword,19.hljs-attribute,20.hljs-selector-tag,21.hljs-doctag,22.hljs-name {23color: #00979D;24}2526.hljs-built_in,27.hljs-literal,28.hljs-bullet,29.hljs-code,30.hljs-addition {31color: #D35400;32}3334.hljs-regexp,35.hljs-symbol,36.hljs-variable,37.hljs-template-variable,38.hljs-link,39.hljs-selector-attr,40.hljs-selector-pseudo {41color: #00979D;42}4344.hljs-type,45.hljs-string,46.hljs-selector-id,47.hljs-selector-class,48.hljs-quote,49.hljs-template-tag,50.hljs-deletion {51color: #005C5F;52}5354.hljs-title,55.hljs-section {56color: #880000;57font-weight: bold;58}5960.hljs-comment {61color: rgba(149,165,166,.8);62}6364.hljs-meta-keyword {65color: #728E00;66}6768.hljs-meta {69color: #728E00;70color: #434f54;71}7273.hljs-emphasis {74font-style: italic;75}7677.hljs-strong {78font-weight: bold;79}8081.hljs-function {82color: #728E00;83}8485.hljs-number {86color: #8A7B52;87}888990