docs: Start writing article about profiling

This commit is contained in:
Matthew Holt 2023-11-03 00:01:01 -06:00
parent b91345fa00
commit 904071881b
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
3 changed files with 264 additions and 3 deletions

View file

@ -203,13 +203,21 @@ article a:hover {
}
pre,
code {
code,
kbd {
font-family: 'PT Mono', 'Source Code Pro', monospace;
padding: 3px 6px;
font-size: 95%;
line-height: 1.5em;
}
kbd {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.1);
font-size: 80%;
font-weight: bold;
}
footer {
display: flex;