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 theme for code blocks
|
||||||
set raw(
|
set raw(
|
||||||
tab-size: style.code.tab-size,
|
tab-size: style.code.tab-size)
|
||||||
theme: style.code.theme)
|
|
||||||
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 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)[
|
show figure.where(kind: raw): it => align(left)[
|
||||||
#let content = it.body
|
#let content = it.body
|
||||||
|
|
Loading…
Reference in New Issue