mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Restructure: Move minimal kernel content to first post
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user