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 3e8ec95 commit 3873a49Copy full SHA for 3873a49
src/css/custom.css
@@ -303,3 +303,13 @@ a[docid="docs"] > svg {
303
.center-image {
304
text-align: center;
305
}
306
+/* Hide "docs" text that overlays the logo */
307
+.navbar__items a[href="/"] {
308
+ font-size: 0;
309
+ visibility: hidden;
310
+}
311
+
312
+/* Ensure the logo remains visible */
313
+.navbar__logo {
314
+ visibility: visible;
315
0 commit comments