diff --git a/docs/cv_main_en.html b/docs/cv_main_en.html index b2d7789..194ebc0 100644 --- a/docs/cv_main_en.html +++ b/docs/cv_main_en.html @@ -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; } diff --git a/docs/cv_main_en.pdf b/docs/cv_main_en.pdf index 4d72c64..6c7110c 100644 Binary files a/docs/cv_main_en.pdf and b/docs/cv_main_en.pdf differ diff --git a/pagedown/css/extra.css b/pagedown/css/extra.css index d41edf4..0308277 100644 --- a/pagedown/css/extra.css +++ b/pagedown/css/extra.css @@ -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;