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/*10Monokai style - ported by Luigi Maselli - http://grigio.org11*/12.hljs {13 background: #272822;14 color: #ddd15}16.hljs-tag,17.hljs-keyword,18.hljs-selector-tag,19.hljs-literal,20.hljs-strong,21.hljs-number,22.hljs-name {23 color: #f9267224}25.hljs-code {26 color: #66d9ef27}28.hljs-attribute,29.hljs-attr,30.hljs-symbol,31.hljs-regexp,32.hljs-link {33 color: #bf79db34}35.hljs-string,36.hljs-bullet,37.hljs-subst,38.hljs-title,39.hljs-section,40.hljs-emphasis,41.hljs-type,42.hljs-built_in,43.hljs-selector-attr,44.hljs-selector-pseudo,45.hljs-addition,46.hljs-variable,47.hljs-template-tag,48.hljs-template-variable {49 color: #a6e22e50}51.hljs-title.class_,52.hljs-class .hljs-title {53 color: white54}55.hljs-comment,56.hljs-quote,57.hljs-deletion,58.hljs-meta {59 color: #75715e60}61.hljs-keyword,62.hljs-selector-tag,63.hljs-literal,64.hljs-doctag,65.hljs-title,66.hljs-section,67.hljs-type,68.hljs-selector-id {69 font-weight: bold70}