We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e42370 commit daf65f4Copy full SHA for daf65f4
1 file changed
docs/src/css/custom.css
@@ -177,6 +177,8 @@
177
--ifm-heading-color: hsl(var(--foreground));
178
--docusaurus-announcement-bar-height: auto !important;
179
180
+ --ifm-h4-font-size: 18px;
181
+
182
--prism-background-color: #edefff;
183
--ifm-footer-background-color: #fff;
184
--ifm-footer-link-color: #333;
@@ -201,7 +203,7 @@
201
203
--ifm-navbar-shadow: none;
202
204
--ifm-navbar-padding-vertical: 24px;
205
--ifm-navbar-padding-horizontal: 24px;
- --ifm-navbar-height: auto;
206
+ --ifm-navbar-height: 90px;
207
--ifm-navbar-item-padding-vertical: 0;
208
--navbar-border-color: #e4e4e7;
209
@@ -366,3 +368,4 @@ button {
366
368
padding-inline: 0;
367
369
border: none;
370
}
371
0 commit comments