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 189c016 commit 4b9c993Copy full SHA for 4b9c993
1 file changed
src/css/custom.css
@@ -347,10 +347,12 @@ p {
347
color: var(--color-button-text);
348
}
349
350
-/* Specific colors for the navbar "Contact Us" button */
+/* Navbar "Contact Us" Button Overrides */
351
.nav-cta {
352
background-color: var(--color-header-btn-bg);
353
color: var(--color-header-btn-text);
354
+ font-size: inherit;
355
+ padding: var(--ifm-navbar-item-padding-vertical) var(--ifm-navbar-item-padding-horizontal);
356
357
358
.nav-cta:hover {
0 commit comments