Verified Commit a2daa0dc authored by Ivan Kushpel's avatar Ivan Kushpel 🔥
Browse files

update the style of raw text in code listings and inline

parent 272e9adc
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -5,5 +5,14 @@
  codly(languages: codly-languages)
  codly(radius: 0pt, lang-format: none, zebra-fill: none, stroke: none)

  show raw: set text(font: "Latin Modern Mono 12", number-type: "lining")
  show raw.where(block: false): box.with(
    fill: luma(240),
    outset: (y: 2pt),
    inset: (x: 2pt),
    radius: 1pt,
  )


  doc
}