add syscall article
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user