From 7019c06994dfd0c92eabe2b2803e195ffafd9b61 Mon Sep 17 00:00:00 2001 From: Oschly Date: Wed, 20 May 2026 20:17:26 +0200 Subject: [PATCH] improve counter style --- Thesis/main.pdf | 2 +- Thesis/style.typ | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Thesis/main.pdf b/Thesis/main.pdf index c4518b1..7c80fe3 100644 --- a/Thesis/main.pdf +++ b/Thesis/main.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7713a6140c2d34b85ef40ebd67f5dda5940939d50743a8a6e95aadd7d6085de2 +oid sha256:0b8ba6a610261fed78d45eedb66ebae31ac8326bc09acb606954bdae2e8d750d size 1418271 diff --git a/Thesis/style.typ b/Thesis/style.typ index 2d94e56..83a0fab 100644 --- a/Thesis/style.typ +++ b/Thesis/style.typ @@ -143,9 +143,8 @@ let chapter-locs = query(heading.where(level: 1)) let is-chapter-page = chapter-locs.any(h => counter(page).at(h.location()).first() == pg) if is-chapter-page { - set text(font: "Fira Sans", size: 10pt) align(right, box(fill: blue-zut, inset: (x: 7pt, y: 4pt))[ - #text(fill: white, weight: "bold")[#pg] + #text(font: "Fira Sans", size: 10pt, fill: white, weight: "bold")[#pg] ]) } },