mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
Update stylesheet
This commit is contained in:
parent
0ea278a52d
commit
e5eb266aea
@ -8,6 +8,12 @@
|
||||
color: var(--base05);
|
||||
}
|
||||
|
||||
ul {
|
||||
ul, ol {
|
||||
padding-left: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
pre, code {
|
||||
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) {
|
||||
.imageblock {
|
||||
> .content {
|
||||
|
Loading…
Reference in New Issue
Block a user