diff --git a/src/portfolio.ts b/src/portfolio.ts index e8a67fe..0ce1ab2 100644 --- a/src/portfolio.ts +++ b/src/portfolio.ts @@ -290,7 +290,7 @@ export const create = () => { curiumVitaes: [{ name: `Curriculum vitae`, url: cvEnglish }], email: `andras@schmelczer.dev`, lastEditText: `Last modified on `, - lastEdit: new Date(2020, 9 - 1, 10), // months are 0 indexed + lastEdit: new Date(2020, 9 - 1, 21), // months are 0 indexed }), }; diff --git a/src/static/cv/cv_andras_schmelczer.pdf b/src/static/cv/cv_andras_schmelczer.pdf index dd77488..03c0dd7 100644 Binary files a/src/static/cv/cv_andras_schmelczer.pdf and b/src/static/cv/cv_andras_schmelczer.pdf differ diff --git a/src/style/vars.scss b/src/style/vars.scss index 0de06a1..69615c9 100644 --- a/src/style/vars.scss +++ b/src/style/vars.scss @@ -36,7 +36,7 @@ --large-margin: 60px; --normal-margin: 30px; --small-margin: 15px; - --shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75), 0 0 1px rgba(0, 0, 0, 0.125); + --shadow: 0 0 10px 2px rgba(0, 0, 0, 0.075), 0 0 1px rgba(0, 0, 0, 0.125); --inset-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.05), inset 0 0 1px rgba(0, 0, 0, 0.125); --icon-size: 25px; @@ -49,7 +49,6 @@ --normal-text-color: #ffffff; --card-color: #263551; --special-text-color: #ffffff; - --shadow: 0 0 10px 2px rgba(0, 0, 0, 0.175), 0 0 1px rgba(0, 0, 0, 0.4); --inset-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.175), inset 0 0 1px rgba(0, 0, 0, 0.4); }