/* * @author Wolfgang Kowarschick * @copyright 2016 - 2021 * @license MIT */ @import 'config'; h2 /*, h3, h4, h5, h6*/ { font-weight: $font-weight; line-height: $line-height-h; } h2 { font-size: $font-size-h2; margin: $font-size-h2-margin; } pre { margin: 0 0 !important; line-height: 0; } .json-pretty { padding-left: 30px; padding-right: 30px; } .json-selected { background-color: rgba(139, 191, 228, 0.19999999999999996); } .json-string { color: #6caedd; } .json-key { color: #ec5f67; } .json-boolean { color: #99c794; } .json-number { color: #99c794; }