Global CSS
@import url(/css:optimus/code/1); @import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap'); body { font-family: 'Jost', sans-serif; } .content-wrap { background-color: #EFEFEF !important; } .content, pre { background-color: #FCFCFC!important; } nav > .side-bar { color: #666 !important; } header { height: auto !important; } .site-title { font-family: 'OptimusPrinceps', sans-serif !important; } a { color: #061fd0; text-decoration: none; } a:hover { color: #061fd0; } main > .content, main .content .feature.feature-header { top: auto !important; } tt { padding: .2em .4em; margin: 0; font-size: 85%; background-color: rgba(27,31,35,.05); border-radius: 3px; }