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 Paraíso (dark)11 Created by Jan T. Sott (http://github.com/idleberg)12 Inspired by the art of Rubens LP (http://www.rubenslp.com.br)13*/14.hljs {15 background: #2f1e2e;16 color: #a39e9b17}18/* Paraíso Comment */19.hljs-comment,20.hljs-quote {21 color: #8d868722}23/* Paraíso Red */24.hljs-variable,25.hljs-template-variable,26.hljs-tag,27.hljs-name,28.hljs-selector-id,29.hljs-selector-class,30.hljs-regexp,31.hljs-link,32.hljs-meta {33 color: #ef615534}35/* Paraíso Orange */36.hljs-number,37.hljs-built_in,38.hljs-literal,39.hljs-type,40.hljs-params,41.hljs-deletion {42 color: #f99b1543}44/* Paraíso Yellow */45.hljs-title,46.hljs-section,47.hljs-attribute {48 color: #fec41849}50/* Paraíso Green */51.hljs-string,52.hljs-symbol,53.hljs-bullet,54.hljs-addition {55 color: #48b68556}57/* Paraíso Purple */58.hljs-keyword,59.hljs-selector-tag {60 color: #815ba461}62.hljs-emphasis {63 font-style: italic64}65.hljs-strong {66 font-weight: bold67}