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

@ -364,7 +364,8 @@ h6 {
background-color: rgba(0, 0, 0, .075);
}
code {
code,
kbd {
background-color: #e9f1fb;
border-radius: 5px;
}
@ -739,6 +740,11 @@ td code {
word-wrap: break-word;
}
blockquote {
background-color: #f0f5f1;
padding-top: 2em;
padding-bottom: 2em;
}
@ -1027,7 +1033,8 @@ td code {
color: #5aa3dc;
}
code {
code,
kbd {
background-color: #122844;
}
@ -1075,6 +1082,10 @@ td code {
border-bottom-color: #233444;
}
blockquote {
background-color: #101010;
}
.tabs .tab-buttons {
border-color: #33659a;
}