1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2026-03-16 02:30:14 +01:00

add emph to header

This commit is contained in:
2026-03-06 15:48:13 +01:00
parent 775109867d
commit a0d0f5b6d0

View File

@@ -38,8 +38,8 @@
pagebreak()
// Header
let show-header(ctx, candidates) = {
candidates.body
let show-header(ctx, c) = {
emph(c.body)
v(-0.8em)
line(length: 100%, stroke: 0.5pt)
}