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/*10Description: Foundation 4 docs style for highlight.js11Author: Dan Allen <dan.j.allen@gmail.com>12Website: http://foundation.zurb.com/docs/13Version: 1.014Date: 2013-04-0215*/16.hljs {17 background: #eee;18 color: black19}20.hljs-link,21.hljs-emphasis,22.hljs-attribute,23.hljs-addition {24 color: #07025}26.hljs-emphasis {27 font-style: italic28}29.hljs-strong,30.hljs-string,31.hljs-deletion {32 color: #d1433}34.hljs-strong {35 font-weight: bold36}37.hljs-quote,38.hljs-comment {39 color: #998;40 font-style: italic41}42.hljs-section,43.hljs-title {44 color: #90045}46.hljs-class .hljs-title,47.hljs-title.class_,48.hljs-type {49 color: #45850}51.hljs-variable,52.hljs-template-variable {53 color: #33669954}55.hljs-bullet {56 color: #99770057}58.hljs-meta {59 color: #3344bb60}61.hljs-code,62.hljs-number,63.hljs-literal,64.hljs-keyword,65.hljs-selector-tag {66 color: #09967}68.hljs-regexp {69 background-color: #fff0ff;70 color: #88008871}72.hljs-symbol {73 color: #99007374}75.hljs-tag,76.hljs-name,77.hljs-selector-id,78.hljs-selector-class {79 color: #00770080}