CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
agate.css127 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: Agate11   Author: (c) Taufik Nurrohman <hi@taufik-nurrohman.com>12   Maintainer: @taufik-nurrohman13   Updated: 2021-04-2414 15   #33316   #62c8f317   #7bd69418   #88819   #a2fca220   #ade5fc21   #b8d8a222   #c6b4f023   #d3636324   #fc9b9b25   #fcc28c26   #ffa27   #fff28*/29.hljs {30  background: #333;31  color: #fff32}33.hljs-doctag,34.hljs-meta-keyword,35.hljs-name,36.hljs-strong {37  font-weight: bold38}39.hljs-code,40.hljs-emphasis {41  font-style: italic42}43.hljs-section,44.hljs-tag {45  color: #62c8f346}47.hljs-selector-class,48.hljs-selector-id,49.hljs-template-variable,50.hljs-variable {51  color: #ade5fc52}53.hljs-meta-string,54.hljs-string {55  color: #a2fca256}57.hljs-attr,58.hljs-quote,59.hljs-selector-attr {60  color: #7bd69461}62.hljs-tag .hljs-attr {63  color: inherit64}65.hljs-attribute,66.hljs-title,67.hljs-type {68  color: #ffa69}70.hljs-number,71.hljs-symbol {72  color: #d3636373}74.hljs-bullet,75.hljs-template-tag {76  color: #b8d8a277}78.hljs-built_in,79.hljs-keyword,80.hljs-literal,81.hljs-selector-tag {82  color: #fcc28c83}84.hljs-code,85.hljs-comment,86.hljs-formula {87  color: #88888}89.hljs-link,90.hljs-selector-pseudo,91.hljs-regexp {92  color: #c6b4f093}94.hljs-meta {95  color: #fc9b9b96}97.hljs-deletion {98  background: #fc9b9b;99  color: #333100}101.hljs-addition {102  background: #a2fca2;103  color: #333104}105/* Purposely ignored */106.hljs-operator,107.hljs-params,108.hljs-property,109.hljs-punctuation {110  111}112.hljs-subst {113  color: #fff114}115/* This applies only if HTML auto-merging plugin is enabled by user (#2889) */116.hljs a {117  color: inherit118}119.hljs a:focus,120.hljs a:hover {121  color: inherit;122  text-decoration: underline123}124.hljs mark {125  background: #555;126  color: inherit127}
basant307/AI_Governance_Project · CoolFace