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], ) }