CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
github-dark.css118 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  Theme: GitHub Dark11  Description: Dark theme as seen on github.com12  Author: github.com13  Maintainer: @Hirse14  Updated: 2021-05-1515 16  Outdated base version: https://github.com/primer/github-syntax-dark17  Current colors taken from GitHub's CSS18*/19.hljs {20  color: #c9d1d9;21  background: #0d111722}23.hljs-doctag,24.hljs-keyword,25.hljs-meta .hljs-keyword,26.hljs-template-tag,27.hljs-template-variable,28.hljs-type,29.hljs-variable.language_ {30  /* prettylights-syntax-keyword */31  color: #ff7b7232}33.hljs-title,34.hljs-title.class_,35.hljs-title.class_.inherited__,36.hljs-title.function_ {37  /* prettylights-syntax-entity */38  color: #d2a8ff39}40.hljs-attr,41.hljs-attribute,42.hljs-literal,43.hljs-meta,44.hljs-number,45.hljs-operator,46.hljs-variable,47.hljs-selector-attr,48.hljs-selector-class,49.hljs-selector-id {50  /* prettylights-syntax-constant */51  color: #79c0ff52}53.hljs-regexp,54.hljs-string,55.hljs-meta .hljs-string {56  /* prettylights-syntax-string */57  color: #a5d6ff58}59.hljs-built_in,60.hljs-symbol {61  /* prettylights-syntax-variable */62  color: #ffa65763}64.hljs-comment,65.hljs-code,66.hljs-formula {67  /* prettylights-syntax-comment */68  color: #8b949e69}70.hljs-name,71.hljs-quote,72.hljs-selector-tag,73.hljs-selector-pseudo {74  /* prettylights-syntax-entity-tag */75  color: #7ee78776}77.hljs-subst {78  /* prettylights-syntax-storage-modifier-import */79  color: #c9d1d980}81.hljs-section {82  /* prettylights-syntax-markup-heading */83  color: #1f6feb;84  font-weight: bold85}86.hljs-bullet {87  /* prettylights-syntax-markup-list */88  color: #f2cc6089}90.hljs-emphasis {91  /* prettylights-syntax-markup-italic */92  color: #c9d1d9;93  font-style: italic94}95.hljs-strong {96  /* prettylights-syntax-markup-bold */97  color: #c9d1d9;98  font-weight: bold99}100.hljs-addition {101  /* prettylights-syntax-markup-inserted */102  color: #aff5b4;103  background-color: #033a16104}105.hljs-deletion {106  /* prettylights-syntax-markup-deleted */107  color: #ffdcd7;108  background-color: #67060c109}110.hljs-char.escape_,111.hljs-link,112.hljs-params,113.hljs-property,114.hljs-punctuation,115.hljs-tag {116  /* purposely ignored */117  118}
basant307/AI_Governance_Project · CoolFace