/*!
  Theme: StackOverflow Light
  Description: Light theme as used on stackoverflow.com
  Author: stackoverflow.com
  Maintainer: @Hirse
  Website: https://github.com/StackExchange/Stacks
  License: MIT
  Updated: 2021-05-15

  Updated for @stackoverflow/stacks v0.64.0
  Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
  Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
*/
html.light .hljs {
	color: #2f3337;
	background: #f6f6f6;
}
html.light .hljs-subst {
	color: #2f3337;
}
html.light .hljs-comment {
	color: #656e77;
}
html.light .hljs-attr,
html.light .hljs-doctag,
html.light .hljs-keyword,
html.light .hljs-meta .hljs-keyword,
html.light .hljs-section,
html.light .hljs-selector-tag {
	color: #015692;
}
html.light .hljs-attribute {
	color: #803378;
}
html.light .hljs-name,
html.light .hljs-number,
html.light .hljs-quote,
html.light .hljs-selector-id,
html.light .hljs-template-tag,
html.light .hljs-type {
	color: #b75501;
}
html.light .hljs-selector-class {
	color: #015692;
}
html.light .hljs-link,
html.light .hljs-regexp,
html.light .hljs-selector-attr,
html.light .hljs-string,
html.light .hljs-symbol,
html.light .hljs-template-variable,
html.light .hljs-variable {
	color: #54790d;
}
html.light .hljs-meta,
html.light .hljs-selector-pseudo {
	color: #015692;
}
html.light .hljs-built_in,
html.light .hljs-literal,
html.light .hljs-title {
	color: #b75501;
}
html.light .hljs-bullet,
html.light .hljs-code {
	color: #535a60;
}
html.light .hljs-meta .hljs-string {
	color: #54790d;
}
html.light .hljs-deletion {
	color: #c02d2e;
}
html.light .hljs-addition {
	color: #2f6f44;
}
html.light .hljs-emphasis {
	font-style: italic;
}
html.light .hljs-strong {
	font-weight: 700;
}
