reset use of code theme (#39)

This commit is contained in:
Sven Vogel 2024-08-12 18:01:03 +02:00
parent a90678ffab
commit a4e6e6c47a
1 changed files with 2 additions and 3 deletions

View File

@ -76,8 +76,7 @@
// set theme for code blocks
set raw(
tab-size: style.code.tab-size,
theme: style.code.theme)
tab-size: style.code.tab-size)
show raw.where(block: false): it => box(stroke: 1pt + ABB-GRAY-05, radius: 2pt, inset: (left: 2pt, right: 2pt), outset: (top: 4pt, bottom: 4pt), fill: ABB-GRAY-06, text(font: style.code.font, size: style.code.size, it.text))
show figure.where(kind: raw): it => align(left)[
#let content = it.body