outline
This commit is contained in:
		@@ -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)
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user