Skip to content

Commit

Permalink
edit hyperlink color
Browse files Browse the repository at this point in the history
  • Loading branch information
KevCaz committed Nov 6, 2023
1 parent f0bb073 commit 6cb34c4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/cv_main_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -32347,7 +32347,17 @@
}
.pagedjs_page {
--pagedjs-pagebox-width: 8in;
--pagedjs-pagebox-height: 10.5in; } .section > h2 {
--pagedjs-pagebox-height: 10.5in; } a {
color: #333;
text-decoration: underline;
text-decoration-color: #333;
}
a:hover {
color: #333;
text-decoration: underline;
text-decoration-color: #333;
}
.section > h2 {
margin-bottom: 0.04in;
margin-top: 0.24in;
}
Expand Down
Binary file modified docs/cv_main_en.pdf
Binary file not shown.
13 changes: 13 additions & 0 deletions pagedown/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
}


a {
color: #333;
text-decoration: underline;
text-decoration-color: #333;
}

a:hover {
color: #333;
text-decoration: underline;
text-decoration-color: #333;
}


.section > h2 {
margin-bottom: 0.04in;
margin-top: 0.24in;
Expand Down

0 comments on commit 6cb34c4

Please sign in to comment.