/* highlight.js — thèmes github-dark / github, copiés localement et préfixés. */

html:not([data-theme="clair"]) pre code.hljs{
  display: block;
  overflow-x: auto;
  padding: 1em
}
html:not([data-theme="clair"]) code.hljs{
  padding: 3px 5px
}
html:not([data-theme="clair"]) .hljs{
  color: #c9d1d9;
  background: #0d1117
}
html:not([data-theme="clair"]) .hljs-doctag,
html:not([data-theme="clair"]) .hljs-keyword,
html:not([data-theme="clair"]) .hljs-meta .hljs-keyword,
html:not([data-theme="clair"]) .hljs-template-tag,
html:not([data-theme="clair"]) .hljs-template-variable,
html:not([data-theme="clair"]) .hljs-type,
html:not([data-theme="clair"]) .hljs-variable.language_{
  
  color: #ff7b72
}
html:not([data-theme="clair"]) .hljs-title,
html:not([data-theme="clair"]) .hljs-title.class_,
html:not([data-theme="clair"]) .hljs-title.class_.inherited__,
html:not([data-theme="clair"]) .hljs-title.function_{
  
  color: #d2a8ff
}
html:not([data-theme="clair"]) .hljs-attr,
html:not([data-theme="clair"]) .hljs-attribute,
html:not([data-theme="clair"]) .hljs-literal,
html:not([data-theme="clair"]) .hljs-meta,
html:not([data-theme="clair"]) .hljs-number,
html:not([data-theme="clair"]) .hljs-operator,
html:not([data-theme="clair"]) .hljs-variable,
html:not([data-theme="clair"]) .hljs-selector-attr,
html:not([data-theme="clair"]) .hljs-selector-class,
html:not([data-theme="clair"]) .hljs-selector-id{
  
  color: #79c0ff
}
html:not([data-theme="clair"]) .hljs-regexp,
html:not([data-theme="clair"]) .hljs-string,
html:not([data-theme="clair"]) .hljs-meta .hljs-string{
  
  color: #a5d6ff
}
html:not([data-theme="clair"]) .hljs-built_in,
html:not([data-theme="clair"]) .hljs-symbol{
  
  color: #ffa657
}
html:not([data-theme="clair"]) .hljs-comment,
html:not([data-theme="clair"]) .hljs-code,
html:not([data-theme="clair"]) .hljs-formula{
  
  color: #8b949e
}
html:not([data-theme="clair"]) .hljs-name,
html:not([data-theme="clair"]) .hljs-quote,
html:not([data-theme="clair"]) .hljs-selector-tag,
html:not([data-theme="clair"]) .hljs-selector-pseudo{
  
  color: #7ee787
}
html:not([data-theme="clair"]) .hljs-subst{
  
  color: #c9d1d9
}
html:not([data-theme="clair"]) .hljs-section{
  
  color: #1f6feb;
  font-weight: bold
}
html:not([data-theme="clair"]) .hljs-bullet{
  
  color: #f2cc60
}
html:not([data-theme="clair"]) .hljs-emphasis{
  
  color: #c9d1d9;
  font-style: italic
}
html:not([data-theme="clair"]) .hljs-strong{
  
  color: #c9d1d9;
  font-weight: bold
}
html:not([data-theme="clair"]) .hljs-addition{
  
  color: #aff5b4;
  background-color: #033a16
}
html:not([data-theme="clair"]) .hljs-deletion{
  
  color: #ffdcd7;
  background-color: #67060c
}
html:not([data-theme="clair"]) .hljs-char.escape_,
html:not([data-theme="clair"]) .hljs-link,
html:not([data-theme="clair"]) .hljs-params,
html:not([data-theme="clair"]) .hljs-property,
html:not([data-theme="clair"]) .hljs-punctuation,
html:not([data-theme="clair"]) .hljs-tag{
  
  
}

html[data-theme="clair"] pre code.hljs{
  display: block;
  overflow-x: auto;
  padding: 1em
}
html[data-theme="clair"] code.hljs{
  padding: 3px 5px
}
html[data-theme="clair"] .hljs{
  color: #24292e;
  background: #ffffff
}
html[data-theme="clair"] .hljs-doctag,
html[data-theme="clair"] .hljs-keyword,
html[data-theme="clair"] .hljs-meta .hljs-keyword,
html[data-theme="clair"] .hljs-template-tag,
html[data-theme="clair"] .hljs-template-variable,
html[data-theme="clair"] .hljs-type,
html[data-theme="clair"] .hljs-variable.language_{
  
  color: #d73a49
}
html[data-theme="clair"] .hljs-title,
html[data-theme="clair"] .hljs-title.class_,
html[data-theme="clair"] .hljs-title.class_.inherited__,
html[data-theme="clair"] .hljs-title.function_{
  
  color: #6f42c1
}
html[data-theme="clair"] .hljs-attr,
html[data-theme="clair"] .hljs-attribute,
html[data-theme="clair"] .hljs-literal,
html[data-theme="clair"] .hljs-meta,
html[data-theme="clair"] .hljs-number,
html[data-theme="clair"] .hljs-operator,
html[data-theme="clair"] .hljs-variable,
html[data-theme="clair"] .hljs-selector-attr,
html[data-theme="clair"] .hljs-selector-class,
html[data-theme="clair"] .hljs-selector-id{
  
  color: #005cc5
}
html[data-theme="clair"] .hljs-regexp,
html[data-theme="clair"] .hljs-string,
html[data-theme="clair"] .hljs-meta .hljs-string{
  
  color: #032f62
}
html[data-theme="clair"] .hljs-built_in,
html[data-theme="clair"] .hljs-symbol{
  
  color: #e36209
}
html[data-theme="clair"] .hljs-comment,
html[data-theme="clair"] .hljs-code,
html[data-theme="clair"] .hljs-formula{
  
  color: #6a737d
}
html[data-theme="clair"] .hljs-name,
html[data-theme="clair"] .hljs-quote,
html[data-theme="clair"] .hljs-selector-tag,
html[data-theme="clair"] .hljs-selector-pseudo{
  
  color: #22863a
}
html[data-theme="clair"] .hljs-subst{
  
  color: #24292e
}
html[data-theme="clair"] .hljs-section{
  
  color: #005cc5;
  font-weight: bold
}
html[data-theme="clair"] .hljs-bullet{
  
  color: #735c0f
}
html[data-theme="clair"] .hljs-emphasis{
  
  color: #24292e;
  font-style: italic
}
html[data-theme="clair"] .hljs-strong{
  
  color: #24292e;
  font-weight: bold
}
html[data-theme="clair"] .hljs-addition{
  
  color: #22863a;
  background-color: #f0fff4
}
html[data-theme="clair"] .hljs-deletion{
  
  color: #b31d28;
  background-color: #ffeef0
}
html[data-theme="clair"] .hljs-char.escape_,
html[data-theme="clair"] .hljs-link,
html[data-theme="clair"] .hljs-params,
html[data-theme="clair"] .hljs-property,
html[data-theme="clair"] .hljs-punctuation,
html[data-theme="clair"] .hljs-tag{
  
  
}