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 11Atom One Light by Daniel Gamage12Original One Light Syntax theme from https://github.com/atom/one-light-syntax13 14base: #fafafa15mono-1: #383a4216mono-2: #686b7717mono-3: #a0a1a718hue-1: #0184bb19hue-2: #4078f220hue-3: #a626a421hue-4: #50a14f22hue-5: #e4564923hue-5-2: #c9124324hue-6: #98680125hue-6-2: #c1840126 27*/28.hljs {29 color: #383a42;30 background: #fafafa31}32.hljs-comment,33.hljs-quote {34 color: #a0a1a7;35 font-style: italic36}37.hljs-doctag,38.hljs-keyword,39.hljs-formula {40 color: #a626a441}42.hljs-section,43.hljs-name,44.hljs-selector-tag,45.hljs-deletion,46.hljs-subst {47 color: #e4564948}49.hljs-literal {50 color: #0184bb51}52.hljs-string,53.hljs-regexp,54.hljs-addition,55.hljs-attribute,56.hljs-meta .hljs-string {57 color: #50a14f58}59.hljs-attr,60.hljs-variable,61.hljs-template-variable,62.hljs-type,63.hljs-selector-class,64.hljs-selector-attr,65.hljs-selector-pseudo,66.hljs-number {67 color: #98680168}69.hljs-symbol,70.hljs-bullet,71.hljs-link,72.hljs-meta,73.hljs-selector-id,74.hljs-title {75 color: #4078f276}77.hljs-built_in,78.hljs-title.class_,79.hljs-class .hljs-title {80 color: #c1840181}82.hljs-emphasis {83 font-style: italic84}85.hljs-strong {86 font-weight: bold87}88.hljs-link {89 text-decoration: underline90}