reset use of code theme (#39)
This commit is contained in:
parent
a90678ffab
commit
a4e6e6c47a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue