style: OCD tweaks

This commit is contained in:
Youwen Wu 2024-12-31 23:11:02 -08:00
parent 6fd276bda1
commit c8772fd895
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 3 additions and 3 deletions

2
cv.typ
View file

@ -94,7 +94,7 @@
= Papers = Papers
== Pre-prints == preprints
#cv-paper-item( #cv-paper-item(
name: "The DeepBozo Report", name: "The DeepBozo Report",

View file

@ -140,10 +140,10 @@
} }
#show heading.where(level: 2): it => { #show heading.where(level: 2): it => {
set text(weight: "regular", size: 13pt) set text(weight: "regular", size: 12pt, color)
_cv-line( _cv-line(
align: horizon, align: horizon,
[#box(fill: gray, width: 20mm, height: 0.2em)], [#box(fill: gray, width: 28mm, height: 0.1em)],
[#it.body], [#it.body],
) )
} }