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 */
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 */