Skip to content

Commit 8459437

Browse files
committed
docs: use interactions logo
1 parent ed4c4e5 commit 8459437

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

docs/src/extra.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,12 @@ div.doc-contents:not(.first) {
189189
.md-typeset .grid.cards > :is(ul, ol) > li, .md-typeset .grid > .card{
190190
background-color: var(--md-card-color);
191191
}
192+
193+
/* squishes the logo and header together */
194+
.md-ellipsis{
195+
margin-left: 0;
196+
}
197+
.md-header__button.md-logo{
198+
margin-right: 0;
199+
filter: brightness(0) invert(1); /* makes the logo white */
200+
}

docs/src/images/logo-minified.svg

Lines changed: 13 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)