CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
kimbie-light.css69 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    Name:     Kimbie (light)11    Author:   Jan T. Sott12    License:  Creative Commons Attribution-ShareAlike 4.0 Unported License13    URL:      https://github.com/idleberg/Kimbie-highlight.js14*/15.hljs {16  background: #fbebd4;17  color: #84613d18}19/* Kimbie Comment */20.hljs-comment,21.hljs-quote {22  color: #a57a4c23}24/* Kimbie Red */25.hljs-variable,26.hljs-template-variable,27.hljs-tag,28.hljs-name,29.hljs-selector-id,30.hljs-selector-class,31.hljs-regexp,32.hljs-meta {33  color: #dc395834}35/* Kimbie Orange */36.hljs-number,37.hljs-built_in,38.hljs-literal,39.hljs-type,40.hljs-params,41.hljs-deletion,42.hljs-link {43  color: #f79a3244}45/* Kimbie Green */46.hljs-string,47.hljs-symbol,48.hljs-bullet,49.hljs-addition {50  color: #889b4a51}52/* Kimbie Purple */53.hljs-keyword,54.hljs-selector-tag,55.hljs-function {56  color: #98676a57}58/* Kimbie Yellow */59.hljs-title,60.hljs-section,61.hljs-attribute {62  color: #f0643163}64.hljs-emphasis {65  font-style: italic66}67.hljs-strong {68  font-weight: bold69}
basant307/AI_Governance_Project · CoolFace