From bec44b75ff65a133586ed15436620c178d8690f0 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:12:12 -0500 Subject: [PATCH] resume: remove color down to black/white and improve font --- about/resume.css | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/about/resume.css b/about/resume.css index f684bf8..a9c1c79 100644 --- a/about/resume.css +++ b/about/resume.css @@ -1,8 +1,8 @@ /* Whole document */ body { font-family: Helvetica, Arial, sans-serif; - font-size: 1rem; - color: #4c4f69; + font-size: 0.8rem; + color: black; line-height: 1.5; width: 800px; margin-inline: auto; @@ -18,8 +18,7 @@ body { /* Title of the resume */ h1 { - color: #df8e1d; - font-size: 2.1rem; + font-size: 1.6rem; text-align: center; margin-top: 0px; margin-bottom: 0px; @@ -27,29 +26,26 @@ h1 { /* Titles of categories */ h2 { - color: #df8e1d; - font-size: 1.6rem; + font-size: 1.4rem; margin-top: 0; margin-bottom: 0.5rem; border-bottom: 1px solid black; } h3 { - color: #dc8a78; - font-size: 1.3rem; + font-size: 1.2rem; margin-top: 0; margin-bottom: 0; } h4 { - color: #8c8fa1; - font-size: 1.1rem; + font-size: 1.0rem; margin-top: 0; margin-bottom: 0.5rem; } h6 { - font-size: 0.9rem; + font-size: 0.7rem; text-align: center; margin: 0; padding-bottom: 9px; @@ -75,6 +71,7 @@ a { text-decoration: none; color: #1e66f5; } + a:hover, a:active { background-color: #7287fd; color: #FFFFFF; @@ -84,7 +81,7 @@ a:hover, a:active { /* Horizontal separators */ hr { - color: #A6A6A6; + color: black; } /* List spacing */