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 11Night Owl for highlight.js (c) Carl Baxter <carl@cbax.tech>12 13An adaptation of Sarah Drasner's Night Owl VS Code Theme14https://github.com/sdras/night-owl-vscode-theme15 16Copyright (c) 2018 Sarah Drasner17 18Permission is hereby granted, free of charge, to any person obtaining a copy19of this software and associated documentation files (the "Software"), to deal20in the Software without restriction, including without limitation the rights21to use, copy, modify, merge, publish, distribute, sublicense, and/or sell22copies of the Software, and to permit persons to whom the Software is23furnished to do so, subject to the following conditions:24 25The above copyright notice and this permission notice shall be included in all26copies or substantial portions of the Software.27 28THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR29IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,30FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE31AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER32LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,33OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE34SOFTWARE.35 36*/37.hljs {38 background: #011627;39 color: #d6deeb40}41/* General Purpose */42.hljs-keyword {43 color: #c792ea;44 font-style: italic45}46.hljs-built_in {47 color: #addb67;48 font-style: italic49}50.hljs-type {51 color: #82aaff52}53.hljs-literal {54 color: #ff587455}56.hljs-number {57 color: #F78C6C58}59.hljs-regexp {60 color: #5ca7e461}62.hljs-string {63 color: #ecc48d64}65.hljs-subst {66 color: #d3423e67}68.hljs-symbol {69 color: #82aaff70}71.hljs-class {72 color: #ffcb8b73}74.hljs-function {75 color: #82AAFF76}77.hljs-title {78 color: #DCDCAA;79 font-style: italic80}81.hljs-params {82 color: #7fdbca83}84/* Meta */85.hljs-comment {86 color: #637777;87 font-style: italic88}89.hljs-doctag {90 color: #7fdbca91}92.hljs-meta {93 color: #82aaff94}95.hljs-meta .hljs-keyword {96 color: #82aaff97}98.hljs-meta .hljs-string {99 color: #ecc48d100}101/* Tags, attributes, config */102.hljs-section {103 color: #82b1ff104}105.hljs-tag,106.hljs-name {107 color: #7fdbca108}109.hljs-attr {110 color: #7fdbca111}112.hljs-attribute {113 color: #80cbc4114}115.hljs-variable {116 color: #addb67117}118/* Markup */119.hljs-bullet {120 color: #d9f5dd121}122.hljs-code {123 color: #80CBC4124}125.hljs-emphasis {126 color: #c792ea;127 font-style: italic128}129.hljs-strong {130 color: #addb67;131 font-weight: bold132}133.hljs-formula {134 color: #c792ea135}136.hljs-link {137 color: #ff869a138}139.hljs-quote {140 color: #697098;141 font-style: italic142}143/* CSS */144.hljs-selector-tag {145 color: #ff6363146}147.hljs-selector-id {148 color: #fad430149}150.hljs-selector-class {151 color: #addb67;152 font-style: italic153}154.hljs-selector-attr,155.hljs-selector-pseudo {156 color: #c792ea;157 font-style: italic158}159/* Templates */160.hljs-template-tag {161 color: #c792ea162}163.hljs-template-variable {164 color: #addb67165}166/* diff */167.hljs-addition {168 color: #addb67ff;169 font-style: italic170}171.hljs-deletion {172 color: #EF535090;173 font-style: italic174}