CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
atom-one-dark.css90 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 11Atom One Dark by Daniel Gamage12Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax13 14base:    #282c3415mono-1:  #abb2bf16mono-2:  #81889617mono-3:  #5c637018hue-1:   #56b6c219hue-2:   #61aeee20hue-3:   #c678dd21hue-4:   #98c37922hue-5:   #e06c7523hue-5-2: #be504624hue-6:   #d19a6625hue-6-2: #e6c07b26 27*/28.hljs {29  color: #abb2bf;30  background: #282c3431}32.hljs-comment,33.hljs-quote {34  color: #5c6370;35  font-style: italic36}37.hljs-doctag,38.hljs-keyword,39.hljs-formula {40  color: #c678dd41}42.hljs-section,43.hljs-name,44.hljs-selector-tag,45.hljs-deletion,46.hljs-subst {47  color: #e06c7548}49.hljs-literal {50  color: #56b6c251}52.hljs-string,53.hljs-regexp,54.hljs-addition,55.hljs-attribute,56.hljs-meta .hljs-string {57  color: #98c37958}59.hljs-attr,60.hljs-variable,61.hljs-template-variable,62.hljs-type,63.hljs-selector-class,64.hljs-selector-attr,65.hljs-selector-pseudo,66.hljs-number {67  color: #d19a6668}69.hljs-symbol,70.hljs-bullet,71.hljs-link,72.hljs-meta,73.hljs-selector-id,74.hljs-title {75  color: #61aeee76}77.hljs-built_in,78.hljs-title.class_,79.hljs-class .hljs-title {80  color: #e6c07b81}82.hljs-emphasis {83  font-style: italic84}85.hljs-strong {86  font-weight: bold87}88.hljs-link {89  text-decoration: underline90}
basant307/AI_Governance_Project · CoolFace