Change color of logo
This commit is contained in:
parent
485b831ea6
commit
4adb7fd76c
|
@ -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.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
150
static/img/logo-green.svg
Normal file
150
static/img/logo-green.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 36 KiB |
|
@ -3,6 +3,7 @@
|
|||
|
||||
body {
|
||||
color: #222;
|
||||
background: #ffffef;
|
||||
font-family: sans-serif;
|
||||
line-height: 1.5;
|
||||
margin: 1rem;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="logo">
|
||||
<a href="/">
|
||||
<img src="/img/logo-blue.svg" alt="{{ site.Title }}">
|
||||
<img src="/img/logo-green.svg" alt="{{ site.Title }}">
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue