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 11Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>12 13*/14.hljs {15 background: white;16 color: black17}18.hljs-string,19.hljs-variable,20.hljs-template-variable,21.hljs-symbol,22.hljs-bullet,23.hljs-section,24.hljs-addition,25.hljs-attribute,26.hljs-link {27 color: #88828}29.hljs-comment,30.hljs-quote,31.hljs-meta,32.hljs-deletion {33 color: #ccc34}35.hljs-keyword,36.hljs-selector-tag,37.hljs-section,38.hljs-name,39.hljs-type,40.hljs-strong {41 font-weight: bold42}43.hljs-emphasis {44 font-style: italic45}