diff --git a/firatheme.typ b/firatheme.typ index e97f1ba..40ed2aa 100644 --- a/firatheme.typ +++ b/firatheme.typ @@ -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) ]