Work exp colors

This commit is contained in:
2024-05-24 09:28:07 -04:00
parent 61dc603da2
commit 24f58db4f9
3 changed files with 31 additions and 1 deletions

View File

@@ -654,6 +654,22 @@ header {// {{{
}
}// }}}
.company {
color: #fe4646;
font-weight: bold;
font-size: 1.1em;
margin-bottom: 5px;
}
.position {
// color: black;
color: $base-sky-blue;
font-weight: bold;
// font-style: italic;
font-size: 1em;
margin-bottom: 5px;
}
.institution {
color: $base-yellow;
font-weight: bold;