We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5a28b commit 631dbf0Copy full SHA for 631dbf0
docs/src/extra.css
@@ -189,3 +189,12 @@ div.doc-contents:not(.first) {
189
.md-typeset .grid.cards > :is(ul, ol) > li, .md-typeset .grid > .card{
190
background-color: var(--md-card-color);
191
}
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
0 commit comments