CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
devibeans.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    Theme: devibeans (dark)11    Author: @terminaldweller12    Maintainer: @terminaldweller13 14    Inspired by vim's jellybeans theme (https://github.com/nanotech/jellybeans.vim)15*/16.hljs {17  background: #000000;18  color: #a39e9b19}20.hljs-attr,21.hljs-template-tag {22  color: #8787d723}24.hljs-comment,25.hljs-doctag,26.hljs-quote {27  color: #33996628}29.hljs-params {30  color: #a39e9b31}32.hljs-regexp {33  color: #d700ff34}35.hljs-tag,36.hljs-selector-id,37.hljs-number,38.hljs-literal {39  color: #ef535040}41.hljs-meta,42.hljs-meta .hljs-keyword {43  color: #0087ff44}45/* opt-out */46.hljs-operator,47.hljs-punctuation {48  49}50.hljs-selector-class,51.hljs-code,52.hljs-formula,53.hljs-variable,54.hljs-template-variable,55.hljs-selector-attr,56.hljs-selector-pseudo,57.hljs-link,58.hljs-keyword {59  color: #64b5f660}61.hljs-built_in,62.hljs-title,63.hljs-deletion {64  color: #ff870065}66.hljs-type,67.hljs-section,68.hljs-function,69.hljs-name,70.hljs-property,71.hljs-attribute {72  color: #ffd75f73}74.hljs-meta .hljs-string,75.hljs-string,76.hljs-subst,77.hljs-symbol,78.hljs-bullet,79.hljs-addition {80  color: #558b2f81}82.hljs-selector-tag {83  color: #9966ff84}85.hljs-emphasis {86  font-style: italic87}88.hljs-strong {89  font-weight: bold90}