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 0027922 commit ab1711fCopy full SHA for ab1711f
src/css/custom.css
@@ -357,9 +357,17 @@ div[class^="sidebar_"] .menu__link.menu__link--active {
357
}
358
359
/* Search */
360
-
361
.DocSearch-Button {
362
- @apply rounded-lg px-3 py-2 !important;
+ height: 36px;
+ font-size: 0.875rem;
363
+ border-radius: 12px;
364
+}
365
+.navbar__inner {
366
+ padding-left: 24px;
367
+ padding-right: 24px;
368
369
+.navbar__item:hover {
370
+ background-color: rgba(255, 145, 77, 0.08);
371
372
373
.button.button--secondary.button--outline:not(.button--active):not(:hover) {
0 commit comments