Path: blob/master/docs/scripts/highlight/styles/foundation.css
1214 views
/*1Description: Foundation 4 docs style for highlight.js2Author: Dan Allen <[email protected]>3Website: http://foundation.zurb.com/docs/4Version: 1.05Date: 2013-04-026*/78.hljs {9display: block;10overflow-x: auto;11padding: 0.5em;12background: #eee; color: black;13}1415.hljs-link,16.hljs-emphasis,17.hljs-attribute,18.hljs-addition {19color: #070;20}2122.hljs-emphasis {23font-style: italic;24}2526.hljs-strong,27.hljs-string,28.hljs-deletion {29color: #d14;30}3132.hljs-strong {33font-weight: bold;34}3536.hljs-quote,37.hljs-comment {38color: #998;39font-style: italic;40}4142.hljs-section,43.hljs-title {44color: #900;45}4647.hljs-class .hljs-title,48.hljs-type {49color: #458;50}5152.hljs-variable,53.hljs-template-variable {54color: #336699;55}5657.hljs-bullet {58color: #997700;59}6061.hljs-meta {62color: #3344bb;63}6465.hljs-code,66.hljs-number,67.hljs-literal,68.hljs-keyword,69.hljs-selector-tag {70color: #099;71}7273.hljs-regexp {74background-color: #fff0ff;75color: #880088;76}7778.hljs-symbol {79color: #990073;80}8182.hljs-tag,83.hljs-name,84.hljs-selector-id,85.hljs-selector-class {86color: #007700;87}888990