Blue links
This commit is contained in:
parent
91f54688b9
commit
a2ed856229
BIN
build/main.pdf
BIN
build/main.pdf
Binary file not shown.
|
@ -41,6 +41,11 @@
|
||||||
// Template for the rest of the CV. Must be shown after the left column is done.
|
// Template for the rest of the CV. Must be shown after the left column is done.
|
||||||
#let content(doc) = {
|
#let content(doc) = {
|
||||||
|
|
||||||
|
show link: content => {
|
||||||
|
set text(fill: blue)
|
||||||
|
underline(content)
|
||||||
|
}
|
||||||
|
|
||||||
show heading.where(level: 1): it => {
|
show heading.where(level: 1): it => {
|
||||||
set text(fill: blue)
|
set text(fill: blue)
|
||||||
grid(
|
grid(
|
||||||
|
|
Loading…
Reference in New Issue