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 11Dark style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>12 13*/14.hljs {15 color: #ddd;16 background: #30303017}18.hljs-keyword,19.hljs-selector-tag,20.hljs-literal,21.hljs-section,22.hljs-link {23 color: white24}25.hljs-subst {26 /* default */27 28}29.hljs-string,30.hljs-title,31.hljs-name,32.hljs-type,33.hljs-attribute,34.hljs-symbol,35.hljs-bullet,36.hljs-built_in,37.hljs-addition,38.hljs-variable,39.hljs-template-tag,40.hljs-template-variable {41 color: #d8842}43.hljs-comment,44.hljs-quote,45.hljs-deletion,46.hljs-meta {47 color: #97979748}49.hljs-keyword,50.hljs-selector-tag,51.hljs-literal,52.hljs-title,53.hljs-section,54.hljs-doctag,55.hljs-type,56.hljs-name,57.hljs-strong {58 font-weight: bold59}60.hljs-emphasis {61 font-style: italic62}