From c8772fd895316a1e4c2dd69900858d347115dea0 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 31 Dec 2024 23:11:02 -0800 Subject: [PATCH] style: OCD tweaks --- cv.typ | 2 +- template.typ | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cv.typ b/cv.typ index 0045ace..5ac709d 100644 --- a/cv.typ +++ b/cv.typ @@ -94,7 +94,7 @@ = Papers -== Pre-prints +== preprints #cv-paper-item( name: "The DeepBozo Report", diff --git a/template.typ b/template.typ index 3ca86a2..f540996 100644 --- a/template.typ +++ b/template.typ @@ -140,10 +140,10 @@ } #show heading.where(level: 2): it => { - set text(weight: "regular", size: 13pt) + set text(weight: "regular", size: 12pt, color) _cv-line( align: horizon, - [#box(fill: gray, width: 20mm, height: 0.2em)], + [#box(fill: gray, width: 28mm, height: 0.1em)], [#it.body], ) }