diff --git a/weblog/B0. Template/styles.css.md b/weblog/B0. Template/styles.css.md index ac582d5..870b52e 100644 --- a/weblog/B0. Template/styles.css.md +++ b/weblog/B0. Template/styles.css.md @@ -14,13 +14,13 @@ Location: /styles.css --foreground: #e2dae9; --background: #242129; --card-bg: #242129; - --link: #8000ff; --accent: #845e9e; + --color-em: #bb81f7; --font-main: 'Rubik', sans-serif, 'Noto Color Emoji'; --font-head: 'Grenze Gotisch', sans-serif, 'Noto Color Emoji'; --font-code: 'MD IO 0.4', monospace, 'Noto Color Emoji'; - --font-em: 'Courgette', cursive; + --font-em: 'Courgette', cursive, 'Noto Color Emoji'; --font-main-weight: 400; --font-head-weight: 400; @@ -114,7 +114,7 @@ em { font-family: var(--font-em); font-weight: var(--font-em-weight); font-style: normal; - color: color-mix(in lch, var(--link), var(--foreground)); + color: var(--color-em); } iframe { @@ -262,7 +262,14 @@ main>nav { transform: scaleX(-1); } +.p-education, .p-experience { + font-family: var(--font-code); + font-weight: var(--font-code-weight); +} +.p-location { + color: var(--color-em); +} header nav ul { list-style-type: none; diff --git a/weblog/B9. Pages/B9.03 cv.html.md b/weblog/B9. Pages/B9.03 cv.html.md index 672f7a5..8e4da4a 100644 --- a/weblog/B9. Pages/B9.03 cv.html.md +++ b/weblog/B9. Pages/B9.03 cv.html.md @@ -23,14 +23,14 @@ title: CV

Experience

- Co-founder, Senior Software Architect, Head of Front-End
Aerion Technologies
- + Co-founder, Senior Software Architect, Head of Front-End
Aerion Technologies
-

- Tutor (various courses)
La Trobe University
- + Tutor (various courses)
La Trobe University
-

Education

- Bachelor of Computer Science for Games Technology
La Trobe University
- + Bachelor of Computer Science for Games Technology
La Trobe University
-

\ No newline at end of file