basant307/AI_Governance_Project
048
1pre code.hljs {2 display: block;3 overflow-x: auto;4 padding: 1em5}6code.hljs {7 padding: 3px 5px8}9/*!10 Theme: nnfx light11 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: #fff;21 color: #00022}23.language-xml .hljs-meta,24.language-xml .hljs-meta-string {25 font-weight: bold;26 font-style: italic;27 color: #48b28}29.hljs-comment,30.hljs-quote {31 font-style: italic;32 color: #07033}34.hljs-name,35.hljs-keyword,36.hljs-built_in {37 color: #80838}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: #00f53}54.hljs-title,55.hljs-symbol,56.hljs-bullet,57.hljs-variable,58.hljs-template-variable {59 color: #f4060}61.hljs-title.class_,62.hljs-class .hljs-title,63.hljs-type {64 font-weight: bold;65 color: #63966}67.hljs-title.function_,68.hljs-function .hljs-title,69.hljs-attr,70.hljs-subst,71.hljs-tag {72 color: #00073}74.hljs-formula {75 background-color: #eee;76 font-style: italic77}78.hljs-addition {79 background-color: #beb80}81.hljs-deletion {82 background-color: #fbb83}84.hljs-meta {85 color: #26986}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: #48b94}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}