Add blue to neutral colors

This commit is contained in:
Benjamin 2023-02-07 18:41:57 +01:00
parent d4fab07a95
commit 7d4d112e37

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;
}