Update stylesheet

This commit is contained in:
Gabriel Arazas 2022-03-01 17:55:57 +08:00
parent 0ea278a52d
commit e5eb266aea

View File

@ -8,6 +8,12 @@
color: var(--base05); color: var(--base05);
} }
ul {
ul, ol {
padding-left: 1em;
}
}
pre, code { pre, code {
max-height: var(--code-size); max-height: var(--code-size);
} }
@ -184,6 +190,15 @@ sup.footnote {
} }
} }
.sidebarblock {
.title {
background: unset;
color: unset;
font-weight: bold;
padding: unset;
}
}
@media all and (max-width: 860px) { @media all and (max-width: 860px) {
.imageblock { .imageblock {
> .content { > .content {