diff options
author | Matthew Kosarek <matt.kosarek@canonical.com> | 2024-05-01 14:12:17 -0400 |
---|---|---|
committer | Matthew Kosarek <matt.kosarek@canonical.com> | 2024-05-01 14:12:17 -0400 |
commit | ece0f56d29509685f9b61642056f15f84a8a0726 (patch) | |
tree | 3882ad898a80ec498f406ce99cacf12cc94658b6 /resume.css | |
parent | 9262b5c798e1921c759addb492b592f3ccf64980 (diff) |
cleanup: quick update, removing outdated items
Diffstat (limited to 'resume.css')
-rwxr-xr-x | resume.css | 24 |
1 files changed, 16 insertions, 8 deletions
@@ -1,3 +1,8 @@ +@font-face { + font-family: Iosevka; + src: url(fonts/Ubuntu-M.ttf); + } + html { overflow-y: overlay; font-size: 16px; @@ -20,7 +25,7 @@ header { text-align: left; background-color: white; color: black; - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + font-family: 'Iosevka', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.325rem; } @@ -49,14 +54,13 @@ header { } .resume_header_name { - font-size: 3rem; - line-height: 3rem; + font-size: 2rem; + line-height: 2rem; font-variant: small-caps; word-wrap: break-word; padding: 0; margin: 0; - font-weight: 500; - margin-bottom: 2rem; + margin-bottom: 1rem; } #resume_header_contact { @@ -91,9 +95,9 @@ header { font-weight: bold; padding: 0; margin: 0; - padding: 0.25rem; - background-color: #2E4C6D; - color: white; + padding: 0.25rem; + background-color: #583759; + color: white; } .resume_section_content { @@ -106,6 +110,10 @@ header { justify-content: space-between; } +.experience-item:hover { + color: #583759; +} + .experience-item ul { margin-top: 0.5rem; } |