resume: remove color down to black/white and improve font

This commit is contained in:
Trianta 2024-10-09 16:12:12 -05:00
parent 1806736bbb
commit bec44b75ff

View File

@ -1,8 +1,8 @@
/* Whole document */ /* Whole document */
body { body {
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif;
font-size: 1rem; font-size: 0.8rem;
color: #4c4f69; color: black;
line-height: 1.5; line-height: 1.5;
width: 800px; width: 800px;
margin-inline: auto; margin-inline: auto;
@ -18,8 +18,7 @@ body {
/* Title of the resume */ /* Title of the resume */
h1 { h1 {
color: #df8e1d; font-size: 1.6rem;
font-size: 2.1rem;
text-align: center; text-align: center;
margin-top: 0px; margin-top: 0px;
margin-bottom: 0px; margin-bottom: 0px;
@ -27,29 +26,26 @@ h1 {
/* Titles of categories */ /* Titles of categories */
h2 { h2 {
color: #df8e1d; font-size: 1.4rem;
font-size: 1.6rem;
margin-top: 0; margin-top: 0;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
border-bottom: 1px solid black; border-bottom: 1px solid black;
} }
h3 { h3 {
color: #dc8a78; font-size: 1.2rem;
font-size: 1.3rem;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
h4 { h4 {
color: #8c8fa1; font-size: 1.0rem;
font-size: 1.1rem;
margin-top: 0; margin-top: 0;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
h6 { h6 {
font-size: 0.9rem; font-size: 0.7rem;
text-align: center; text-align: center;
margin: 0; margin: 0;
padding-bottom: 9px; padding-bottom: 9px;
@ -75,6 +71,7 @@ a {
text-decoration: none; text-decoration: none;
color: #1e66f5; color: #1e66f5;
} }
a:hover, a:active { a:hover, a:active {
background-color: #7287fd; background-color: #7287fd;
color: #FFFFFF; color: #FFFFFF;
@ -84,7 +81,7 @@ a:hover, a:active {
/* Horizontal separators */ /* Horizontal separators */
hr { hr {
color: #A6A6A6; color: black;
} }
/* List spacing */ /* List spacing */