diff --git a/styles.typ b/styles.typ index f8cc5b8..6d158da 100644 --- a/styles.typ +++ b/styles.typ @@ -31,10 +31,18 @@ ) // Code section default - show raw: set text( - font: "Consolas", - size: 8pt - ) + show raw: self => { + set text( + font: "Consolas", + size: 8pt + ) + block( + fill: luma(240), + inset: 8pt, + radius: 2pt, + self + ) + } { // Title set align(center)