CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
panda-syntax-dark.css92 linesDownload Raw Back to styles
1pre code.hljs {2  display: block;3  overflow-x: auto;4  padding: 1em5}6code.hljs {7  padding: 3px 5px8}9/**10 * Panda Syntax Theme for Highlight.js11 * Based on: https://github.com/tinkertrain/panda-syntax-vscode12 * Author: Annmarie Switzer <https://github.com/annmarie-switzer>13 */14.hljs {15  color: #e6e6e6;16  background: #2a2c2d17}18.hljs-emphasis {19  font-style: italic20}21.hljs-strong {22  font-weight: bold23}24.hljs-link {25  text-decoration: underline26}27.hljs-comment,28.hljs-quote {29  color: #bbbbbb;30  font-style: italic31}32.hljs-params {33  color: #bbbbbb34}35.hljs-punctuation,36.hljs-attr {37  color: #e6e6e638}39.hljs-selector-tag,40.hljs-name,41.hljs-meta {42  color: #ff4b8243}44.hljs-operator,45.hljs-char.escape_ {46  color: #b084eb47}48.hljs-keyword,49.hljs-deletion {50  color: #ff75b551}52.hljs-regexp,53.hljs-selector-pseudo,54.hljs-selector-attr,55.hljs-variable.language_ {56  color: #ff9ac157}58.hljs-subst,59.hljs-property,60.hljs-code,61.hljs-formula,62.hljs-section,63.hljs-title.function_ {64  color: #45a9f965}66.hljs-string,67.hljs-symbol,68.hljs-bullet,69.hljs-addition,70.hljs-selector-class,71.hljs-title.class_,72.hljs-title.class_.inherited__,73.hljs-meta .hljs-string {74  color: #19f9d875}76.hljs-variable,77.hljs-template-variable,78.hljs-number,79.hljs-literal,80.hljs-type,81.hljs-link,82.hljs-built_in,83.hljs-title,84.hljs-selector-id,85.hljs-tag,86.hljs-doctag,87.hljs-attribute,88.hljs-template-tag,89.hljs-meta .hljs-keyword,90.hljs-punctuation {91  color: #ffb86c92}
basant307/AI_Governance_Project · CoolFace