CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
nnfx-dark.css104 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: nnfx dark11  Description: a theme inspired by Netscape Navigator/Firefox12  Author: (c) 2020-2021 Jim Mason <jmason@ibinx.com>13  Maintainer: @RocketMan14  License: https://creativecommons.org/licenses/by-sa/4.0  CC BY-SA 4.015  Updated: 2021-05-1716 17  @version 1.1.018*/19.hljs {20  background: #333;21  color: #fff22}23.language-xml .hljs-meta,24.language-xml .hljs-meta-string {25  font-weight: bold;26  font-style: italic;27  color: #69f28}29.hljs-comment,30.hljs-quote {31  font-style: italic;32  color: #9c633}34.hljs-name,35.hljs-keyword,36.hljs-built_in {37  color: #a7a38}39.hljs-name,40.hljs-attr {41  font-weight: bold42}43.hljs-string {44  font-weight: normal45}46.hljs-code,47.hljs-string,48.hljs-meta .hljs-string,49.hljs-number,50.hljs-regexp,51.hljs-link {52  color: #bce53}54.hljs-title,55.hljs-symbol,56.hljs-bullet,57.hljs-variable,58.hljs-template-variable {59  color: #d4060}61.hljs-title.class_,62.hljs-class .hljs-title,63.hljs-type {64  font-weight: bold;65  color: #96c66}67.hljs-title.function_,68.hljs-function .hljs-title,69.hljs-attr,70.hljs-subst,71.hljs-tag {72  color: #fff73}74.hljs-formula {75  background-color: #eee;76  font-style: italic77}78.hljs-addition {79  background-color: #79780}81.hljs-deletion {82  background-color: #c9983}84.hljs-meta {85  color: #69f86}87.hljs-section,88.hljs-selector-id,89.hljs-selector-class,90.hljs-selector-pseudo,91.hljs-selector-tag {92  font-weight: bold;93  color: #69f94}95.hljs-selector-pseudo {96  font-style: italic97}98.hljs-doctag,99.hljs-strong {100  font-weight: bold101}102.hljs-emphasis {103  font-style: italic104}
basant307/AI_Governance_Project · CoolFace