This commit is contained in:
Yu Cong 2025-05-23 14:23:08 +08:00
parent 978057efab
commit 00cb5a8694

View File

@ -185,15 +185,15 @@
self: self,
config: config,
components.adaptive-columns(
start: underline(text(
1.5em,
start: text(
1.4em,
fill: self.colors.primary,
weight: "bold",
utils.call-or-display(self, title),
),stroke: 4pt, offset: 0.2em),
)+linebreak()*2,
text(
fill: self.colors.neutral-darkest,
outline(title: none, indent: 1em, depth: self.slide-level, ..args),
outline(title: none, indent: 1em, depth: 1, ..args),
),
),
)
@ -347,8 +347,9 @@
show math.equation: set text(font: "Fira Math")
set strong(delta: 200)
set par(justify: true)
set outline.entry(fill: none)
show heading: it => [
#set text(size: 1.21em)
#set text(size: 1.1em)
#it.body
// #underline(it.body,stroke: 4pt, offset: 4pt)
]