From 4adb7fd76c2bb0b2d7b2d8cb4fb3e5d150778b8c Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Wed, 10 Jul 2024 12:48:43 +0200 Subject: [PATCH] Change color of logo --- content/_index.md | 2 +- static/img/logo-green.svg | 150 ++++++++++++++++++++++++ themes/ttb/assets/scss/style.scss | 1 + themes/ttb/layouts/partials/header.html | 2 +- 4 files changed, 153 insertions(+), 2 deletions(-) create mode 100644 static/img/logo-green.svg diff --git a/content/_index.md b/content/_index.md index d023bcc..66a4197 100644 --- a/content/_index.md +++ b/content/_index.md @@ -119,7 +119,7 @@ Sharing contexts means to take part in the world of users and other stakeholders There are several reasons why it makes sense for developers and designers to share as much context as possible with other stakeholders, especially users. Firstly, it makes developers able to become designers and make more qualified proposals. But secondly, it also helps to prioritize in harmony. -Co-realizing is also said to grow the "design space". This means that by *directly* sharing technical understanding with users and vice-versa sharing user experience with the developer, everyone's understanding and ability to generate relevant ideas grows. +Co-realizing is also said to grow the "design space". This means that by *directly* sharing technical understanding with users and vice-versa sharing user experience with developers, everyone's understanding and ability to generate relevant ideas grows. diff --git a/static/img/logo-green.svg b/static/img/logo-green.svg new file mode 100644 index 0000000..628e59f --- /dev/null +++ b/static/img/logo-green.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/ttb/assets/scss/style.scss b/themes/ttb/assets/scss/style.scss index 7f061b4..7f4f7e1 100644 --- a/themes/ttb/assets/scss/style.scss +++ b/themes/ttb/assets/scss/style.scss @@ -3,6 +3,7 @@ body { color: #222; + background: #ffffef; font-family: sans-serif; line-height: 1.5; margin: 1rem; diff --git a/themes/ttb/layouts/partials/header.html b/themes/ttb/layouts/partials/header.html index a2f638b..6e4a50e 100644 --- a/themes/ttb/layouts/partials/header.html +++ b/themes/ttb/layouts/partials/header.html @@ -1,6 +1,6 @@