Skip to content

Commit

Permalink
Make use of the current IxDF logo
Browse files Browse the repository at this point in the history
  • Loading branch information
antennaio committed Dec 10, 2024
1 parent dc131af commit 89c0145
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config = defineConfig({
search: {
provider: 'local',
},
logo: '/assets/images/ixdf-logo.svg',
logo: 'https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo.svg',
nav: [
{text: 'IxDF Handbook', link: '/'},
{text: "🔐 Development Docs", link: "https://docs.information-architecture.org"},
Expand Down
12 changes: 6 additions & 6 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ html .VPHomeHero{
height: 200px;
width: 200px;
content: '';
background-image: url('https://assets.interaction-design.org/img/ixdf-brand/ixdf-logo.svg');
background-image: url('https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo.svg');
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
Expand All @@ -257,7 +257,7 @@ html:before {
left: 0;
top: 0;
margin: auto;
background-image: url('https://assets.interaction-design.org/img/ixdf-brand/ixdf-logo.svg');
background-image: url('https://public-assets.interaction-design.org/ixdf-brand/ixdf-logo.svg');
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
Expand Down Expand Up @@ -442,7 +442,7 @@ html .vp-doc blockquote > p {
.VPButton.medium.ghost:hover, .VPButton.medium.ghost:focus, .VPButton.medium.ghost:active {
color: var(--neutral-07);
text-decoration: none;
}
}
/* Header */
.VPNavBarMenu .VPNavBarMenuLink{
border-bottom: 2px solid transparent;
Expand Down Expand Up @@ -500,7 +500,7 @@ html .vp-doc {
font-size: 1rem;
font-family: var(--font-serif);
}
p,
p,
li {
line-height: 1.78;
}
Expand All @@ -522,13 +522,13 @@ html .vp-doc [class*='language-'] > span.lang {
html:root{
font-size: var(--font-size-mobile-default);
}
html .VPHomeHero{
html .VPHomeHero{
flex-direction: column;

&:before{
margin-right: 0;
}

.container {
margin-top: 32px;
}
Expand Down
1 change: 0 additions & 1 deletion public/assets/images/ixdf-logo.svg

This file was deleted.

0 comments on commit 89c0145

Please sign in to comment.