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: FelipeC11 * Author: (c) 2021 Felipe Contreras <felipe.contreras@gmail.com>12 * Website: https://github.com/felipec/vim-felipec13 *14 * Autogenerated with vim-felipec's generator.15*/16.hljs {17 color: #dedde4;18 background-color: #1d1c2119}20.hljs::selection,21.hljs ::selection {22 color: #1d1c21;23 background-color: #ba9cef24}25.hljs-comment,26.hljs-code,27.hljs-quote {28 color: #9e9da429}30.hljs-number,31.hljs-literal,32.hljs-deletion {33 color: #f0908034}35.hljs-punctuation,36.hljs-meta,37.hljs-operator,38.hljs-subst,39.hljs-doctag,40.hljs-template-variable,41.hljs-selector-attr {42 color: #ffbb7b43}44.hljs-type {45 color: #fddb7c46}47.hljs-tag,48.hljs-title,49.hljs-selector-class,50.hljs-selector-id {51 color: #c4da7d52}53.hljs-string,54.hljs-regexp,55.hljs-addition {56 color: #93e4a457}58.hljs-class,59.hljs-property {60 color: #65e7d161}62.hljs-name,63.hljs-selector-tag {64 color: #30c2d865}66.hljs-keyword,67.hljs-built_in {68 color: #5fb8f269}70.hljs-section,71.hljs-bullet {72 color: #90aafa73}74.hljs-selector-pseudo {75 color: #ba9cef76}77.hljs-variable,78.hljs-params,79.hljs-attr,80.hljs-attribute {81 color: #d991d282}83.hljs-symbol,84.hljs-link {85 color: #ec8dab86}87.hljs-strong,88.hljs-literal,89.hljs-title {90 font-weight: bold91}92.hljs-emphasis {93 font-style: italic94}