Update visuals and content #11

Merged
Benjamin merged 11 commits from new-visuals into master 2023-02-11 18:13:35 +00:00
Showing only changes of commit 7d4d112e37 - Show all commits

10
cv.html
View file

@ -24,10 +24,10 @@
<title>CV Benjamin Stadlbauer</title>
<style>
:root {
--color-primary-light: #222222;
--color-background-light: #f2f2f2;
--color-primary-dark: #f2f2f2;
--color-background-dark: #222222;
--color-primary-light: #1f1f21;
--color-background-light: #e6e6f2;
--color-primary-dark: #e6e6f2;
--color-background-dark: #1f1f21;
--color-hover-background-light: #dadaf2;
--color-hover-background-dark: #37373a;
--color-a-after: #7a7a99;
@ -78,7 +78,7 @@
h2 {
border-bottom-width: 1px;
border-bottom-color: var(--color-primary);
border-bottom-color: var(--color-a-after);
border-bottom-style: solid;
line-height: 1.2;
}