Restructure: Move minimal kernel content to first post

This commit is contained in:
Philipp Oppermann
2021-01-24 16:46:30 +01:00
parent 9c11cebef7
commit 08c84d2f59
3 changed files with 324 additions and 331 deletions

View File

@@ -877,7 +877,7 @@ a.zola-anchor:hover {
background-color: var(--background-color-note);
}
.note p:first-of-type {
.note details p:first-of-type {
margin-top: 1rem;
}
@@ -937,6 +937,10 @@ details summary h3, details summary h4, details summary h5, details summary h6 {
display: inline;
}
details :hover>a.zola-anchor {
opacity: 0;
}
.gh-repo-box {
border: 1px solid var(--gh-repo-box-border-color);
border-radius: 3px;