Skip to content

Commit daf65f4

Browse files
docs: Fix anchor links, increase h4 font size (#518)
1 parent 3e42370 commit daf65f4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/src/css/custom.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@
177177
--ifm-heading-color: hsl(var(--foreground));
178178
--docusaurus-announcement-bar-height: auto !important;
179179

180+
--ifm-h4-font-size: 18px;
181+
180182
--prism-background-color: #edefff;
181183
--ifm-footer-background-color: #fff;
182184
--ifm-footer-link-color: #333;
@@ -201,7 +203,7 @@
201203
--ifm-navbar-shadow: none;
202204
--ifm-navbar-padding-vertical: 24px;
203205
--ifm-navbar-padding-horizontal: 24px;
204-
--ifm-navbar-height: auto;
206+
--ifm-navbar-height: 90px;
205207
--ifm-navbar-item-padding-vertical: 0;
206208
--navbar-border-color: #e4e4e7;
207209

@@ -366,3 +368,4 @@ button {
366368
padding-inline: 0;
367369
border: none;
368370
}
371+

0 commit comments

Comments
 (0)