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 11Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>12 13*/14.hljs {15 color: #000;16 background: #fff17}18.hljs-subst,19.hljs-title {20 font-weight: normal;21 color: #00022}23.hljs-comment,24.hljs-quote {25 color: #808080;26 font-style: italic27}28.hljs-meta {29 color: #80800030}31.hljs-tag {32 background: #efefef33}34.hljs-section,35.hljs-name,36.hljs-literal,37.hljs-keyword,38.hljs-selector-tag,39.hljs-type,40.hljs-selector-id,41.hljs-selector-class {42 font-weight: bold;43 color: #00008044}45.hljs-attribute,46.hljs-number,47.hljs-regexp,48.hljs-link {49 font-weight: bold;50 color: #0000ff51}52.hljs-number,53.hljs-regexp,54.hljs-link {55 font-weight: normal56}57.hljs-string {58 color: #008000;59 font-weight: bold60}61.hljs-symbol,62.hljs-bullet,63.hljs-formula {64 color: #000;65 background: #d0eded;66 font-style: italic67}68.hljs-doctag {69 text-decoration: underline70}71.hljs-variable,72.hljs-template-variable {73 color: #660e7a74}75.hljs-addition {76 background: #baeeba77}78.hljs-deletion {79 background: #ffc8bd80}81.hljs-emphasis {82 font-style: italic83}84.hljs-strong {85 font-weight: bold86}