box<str> vs string

This commit is contained in:
2022-06-17 13:40:07 +01:00
parent 19e2afd46e
commit 607f6fba19
5 changed files with 285 additions and 3 deletions

View File

@ -141,6 +141,16 @@ code {
background-color: white;
}
/**
* Code formatting
*/
h1 pre, h1 code,
h2 pre, h2 code,
h3 pre, h3 code,
h4 pre, h4 code {
font-size: inherit;
}
code {
padding: 1px 5px;
}