diff --git a/assets/css/baseof.css b/assets/css/baseof.css
index f032ac6..907fba5 100644
--- a/assets/css/baseof.css
+++ b/assets/css/baseof.css
@@ -84,6 +84,7 @@ a {
}
.vertical-separator {
- border-left: 1px solid rgba(0, 0, 0, .25);
+ border-left: 1px solid var(--text);
height: 24px;
+ opacity: .25;
}
diff --git a/assets/css/partials/header.css b/assets/css/partials/header.css
index f25039b..ac23ec1 100644
--- a/assets/css/partials/header.css
+++ b/assets/css/partials/header.css
@@ -5,7 +5,7 @@
header {
width: 85%;
- margin: 3.125rem auto;
+ margin: 2.5rem auto;
padding: 0.938rem 2.188rem;
border-radius: 0.75rem;
@@ -47,4 +47,21 @@ header #links {
display: flex;
align-items: center;
column-gap: 1.5rem;
-}
\ No newline at end of file
+}
+
+header #links .linkedin,
+header #links .github,
+header #links .cv-paper-flip {
+ stroke: var(--text);
+}
+
+header #links .twitter,
+header #links .rss,
+header #links .cv,
+header #links .moon {
+ fill: var(--text);
+}
+
+header #links #theme-toggle {
+ cursor: pointer;
+}
diff --git a/assets/cv.pdf b/assets/cv.pdf
new file mode 100755
index 0000000..7269c7a
Binary files /dev/null and b/assets/cv.pdf differ
diff --git a/assets/icons/cv.svg b/assets/icons/cv.svg
index 75f7935..0182d16 100644
--- a/assets/icons/cv.svg
+++ b/assets/icons/cv.svg
@@ -1,7 +1,7 @@
diff --git a/assets/icons/github.svg b/assets/icons/github.svg
index 7ace097..6025fe2 100644
--- a/assets/icons/github.svg
+++ b/assets/icons/github.svg
@@ -1,6 +1,6 @@