set font and round corners

This commit is contained in:
Nathan McCarty 2025-02-04 04:17:34 -05:00
parent 37238e864b
commit bf56790e3a
4 changed files with 47 additions and 4 deletions

View file

@ -8,6 +8,7 @@ code {
pre > code {
display: block;
padding: 1rem;
border-radius: 0.55rem / 0.5rem;
}
.hl-type {