We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3771f62 + a015ee3 commit a430e75Copy full SHA for a430e75
1 file changed
src/css/custom.css
@@ -15,8 +15,9 @@
15
--ifm-color-primary-lighter: rgb(102, 212, 189);
16
--ifm-color-primary-lightest: rgb(146, 224, 208);
17
--ifm-code-font-size: 95%;
18
- --doc-sidebar-width: 400px !important;
19
- --ifm-h1-font-size: 2.9rem;
+ --doc-sidebar-width: 380px !important;
+ --ifm-h1-font-size: 2.5rem;
20
+ --ifm-menu-link-padding-horizontal: .5rem;
21
}
22
23
.navbar__title {
@@ -47,3 +48,6 @@ h6, h6 strong {
47
48
h6 strong {
49
color: rgb(107 114 128);
50
51
+.menu, .navbar-sidebar {
52
+ font-size: 15px;
53
+}
0 commit comments