$dark-body-bg: #1f262b; @import "bootstrap/scss/bootstrap"; @import "bootstrap-darkmode/scss/darktheme"; @import "fonts.css"; html, body { background-color: $dark-body-bg; line-break: loose; word-break: break-word; font-family: "Roboto Mono", monospace; } img { max-width: 100% !important; border-radius: .25rem; } table { @extend .table; } .search-box{ input { background-color: $dark !important; color: $light !important; } } h1, h2, h3, h4, h5 { margin-top: 1em; } :not(pre) > code { background-color: #aaa2; border-radius: .4rem; padding: .2rem .4rem; }