content/_/css/site-custom.css (50 lines of code) (raw):
.content .hljs-meta {
color: olivedrab;
font-weight: 500;
}
.doc h3:not(.discrete) {
font-weight: 500;
}
.doc h4:not(.discrete) {
font-style: italic;
}
.doc .sidebarblock.float-left {
min-width: 400px;
margin-right: 30px;
}
.content .hljs-keyword,
.content .hljs-selector-tag,
.content .hljs-subst {
color: darkblue;
font-weight: 500;
}
div.paragraph code {
color: darkmagenta;
}
.doc p a code,
.doc div.ulist a code,
.doc div.paragraph a code {
color: cornflowerblue;
}
.content .ulist {
margin-top: 0.2rem;
}
.content h2 {
margin-bottom: 9px;
}
.content > .ulist ul {
padding-left: 1rem;
}
.content .ulist .ulist ul {
padding-left: 1rem;
}
input.ds-input {
min-width: 23em;
padding: 5px;
border: 2px solid #87a83f;
border-radius: 5px;
}
div.imageblock.kroki > div.content > img,
div.imageblock.kroki > div.content > object {
max-width: 100%;
}