add syscall article

This commit is contained in:
2024-09-27 00:03:54 +01:00
parent 42e3d86d85
commit ff813fa852
7 changed files with 204 additions and 1 deletions

View File

@ -76,4 +76,28 @@
color: $body-color;
}
}
.note {
line-height: inherit;
margin: 1.25em 0;
padding: 6px 12px;
display: flex;
gap: 12px;
border-left: 1px solid $heading-color;
.icon svg {
height: 1.3em;
display: flex;
align-items: center;
color: $heading-color;
}
p {
margin-top: 0;
}
p:last-child {
margin-bottom: 0;
}
}
}