summaryrefslogtreecommitdiff
path: root/resume.css
diff options
context:
space:
mode:
Diffstat (limited to 'resume.css')
-rwxr-xr-xresume.css24
1 files changed, 16 insertions, 8 deletions
diff --git a/resume.css b/resume.css
index 050a0c0..0bccb2b 100755
--- a/resume.css
+++ b/resume.css
@@ -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;
}