Skip to content

Commit 59b087a

Browse files
authored
Merge pull request #107 from InteractionDesignFoundation/update-ixdf-logo
Update IxDF logo
2 parents dc131af + 42b4d25 commit 59b087a

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

.vitepress/config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const config = defineConfig({
2323
search: {
2424
provider: 'local',
2525
},
26-
logo: '/assets/images/ixdf-logo.svg',
26+
logo: 'https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo.svg',
2727
nav: [
2828
{text: 'IxDF Handbook', link: '/'},
2929
{text: "🔐 Development Docs", link: "https://docs.information-architecture.org"},

.vitepress/theme/style.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ html .VPHomeHero{
234234
height: 200px;
235235
width: 200px;
236236
content: '';
237-
background-image: url('https://assets.interaction-design.org/img/ixdf-brand/ixdf-logo.svg');
237+
background-image: url('https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo.svg');
238238
background-position: center center;
239239
background-repeat: no-repeat;
240240
background-size: contain;
@@ -257,7 +257,7 @@ html:before {
257257
left: 0;
258258
top: 0;
259259
margin: auto;
260-
background-image: url('https://assets.interaction-design.org/img/ixdf-brand/ixdf-logo.svg');
260+
background-image: url('https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo.svg');
261261
background-position: center center;
262262
background-repeat: no-repeat;
263263
background-size: contain;
@@ -442,7 +442,7 @@ html .vp-doc blockquote > p {
442442
.VPButton.medium.ghost:hover, .VPButton.medium.ghost:focus, .VPButton.medium.ghost:active {
443443
color: var(--neutral-07);
444444
text-decoration: none;
445-
}
445+
}
446446
/* Header */
447447
.VPNavBarMenu .VPNavBarMenuLink{
448448
border-bottom: 2px solid transparent;
@@ -500,7 +500,7 @@ html .vp-doc {
500500
font-size: 1rem;
501501
font-family: var(--font-serif);
502502
}
503-
p,
503+
p,
504504
li {
505505
line-height: 1.78;
506506
}
@@ -522,13 +522,13 @@ html .vp-doc [class*='language-'] > span.lang {
522522
html:root{
523523
font-size: var(--font-size-mobile-default);
524524
}
525-
html .VPHomeHero{
525+
html .VPHomeHero{
526526
flex-direction: column;
527527

528528
&:before{
529529
margin-right: 0;
530530
}
531-
531+
532532
.container {
533533
margin-top: 32px;
534534
}

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
<p align="center"><img src="https://public-media.interaction-design.org/images/idf-logo-full-expanded.svg" alt="In amazing things we trust" width="400"></p>
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo-full-expanded--white.svg">
4+
<source media="(prefers-color-scheme: light)" srcset="https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo-full-expanded.svg">
5+
<img alt="In amazing things we trust" width="400" src="https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo-full-expanded.svg">
6+
</picture>
7+
</p>
28

39
# IxDF Dev Handbook
410

public/assets/images/ixdf-logo.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)