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 Theme: Default11 Description: Original highlight.js style12 Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>13 Maintainer: @highlightjs/core-team14 Website: https://highlightjs.org/15 License: see project LICENSE16 Touched: 202117*/18/*19This is left on purpose making default.css the single file that can be lifted20as-is from the repository directly without the need for a build step21 22Typically this "required" baseline CSS is added by `makestuff.js` during build.23*/24pre code.hljs {25 display: block;26 overflow-x: auto;27 padding: 1em28}29code.hljs {30 padding: 3px 5px31}32/* end baseline CSS */33.hljs {34 background: #F3F3F3;35 color: #44436}37/* Base color: saturation 0; */38.hljs-subst {39 /* default */40 41}42/* purposely ignored */43.hljs-formula,44.hljs-attr,45.hljs-property,46.hljs-params {47 48}49.hljs-comment {50 color: #69707051}52.hljs-tag,53.hljs-punctuation {54 color: #444a55}56.hljs-tag .hljs-name,57.hljs-tag .hljs-attr {58 color: #44459}60.hljs-keyword,61.hljs-attribute,62.hljs-selector-tag,63.hljs-meta .hljs-keyword,64.hljs-doctag,65.hljs-name {66 font-weight: bold67}68/* User color: hue: 0 */69.hljs-type,70.hljs-string,71.hljs-number,72.hljs-selector-id,73.hljs-selector-class,74.hljs-quote,75.hljs-template-tag,76.hljs-deletion {77 color: #88000078}79.hljs-title,80.hljs-section {81 color: #880000;82 font-weight: bold83}84.hljs-regexp,85.hljs-symbol,86.hljs-variable,87.hljs-template-variable,88.hljs-link,89.hljs-selector-attr,90.hljs-operator,91.hljs-selector-pseudo {92 color: #ab565693}94/* Language color: hue: 90; */95.hljs-literal {96 color: #69597}98.hljs-built_in,99.hljs-bullet,100.hljs-code,101.hljs-addition {102 color: #397300103}104/* Meta color: hue: 200 */105.hljs-meta {106 color: #1f7199107}108.hljs-meta .hljs-string {109 color: #38a110}111/* Misc effects */112.hljs-emphasis {113 font-style: italic114}115.hljs-strong {116 font-weight: bold117}