CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
isbl-editor-dark.css94 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 11ISBL Editor style dark color scheme (c) Dmitriy Tarasov <dimatar@gmail.com>12 13*/14.hljs {15  background: #404040;16  color: #f0f0f017}18/* Base color: saturation 0; */19.hljs,20.hljs-subst {21  color: #f0f0f022}23.hljs-comment {24  color: #b5b5b5;25  font-style: italic26}27.hljs-keyword,28.hljs-attribute,29.hljs-selector-tag,30.hljs-meta .hljs-keyword,31.hljs-doctag,32.hljs-name {33  color: #f0f0f0;34  font-weight: bold35}36/* User color: hue: 0 */37.hljs-string {38  color: #97bf0d39}40.hljs-type,41.hljs-number,42.hljs-selector-id,43.hljs-selector-class,44.hljs-quote,45.hljs-template-tag,46.hljs-deletion {47  color: #f0f0f048}49.hljs-regexp,50.hljs-symbol,51.hljs-variable,52.hljs-template-variable,53.hljs-link,54.hljs-selector-attr,55.hljs-selector-pseudo {56  color: #e2c69657}58/* Language color: hue: 90; */59.hljs-built_in,60.hljs-literal {61  color: #97bf0d;62  font-weight: bold63}64.hljs-bullet,65.hljs-code,66.hljs-addition {67  color: #39730068}69.hljs-class {70  color: #ce9d4d;71  font-weight: bold72}73.hljs-title,74.hljs-section {75  color: #df471e76}77.hljs-title>.hljs-built_in {78  color: #81bce9;79  font-weight: normal80}81/* Meta color: hue: 200 */82.hljs-meta {83  color: #1f719984}85.hljs-meta .hljs-string {86  color: #4d99bf87}88/* Misc effects */89.hljs-emphasis {90  font-style: italic91}92.hljs-strong {93  font-weight: bold94}
basant307/AI_Governance_Project · CoolFace