Skip to content

Commit a430e75

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 3771f62 + a015ee3 commit a430e75

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/css/custom.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
--ifm-color-primary-lighter: rgb(102, 212, 189);
1616
--ifm-color-primary-lightest: rgb(146, 224, 208);
1717
--ifm-code-font-size: 95%;
18-
--doc-sidebar-width: 400px !important;
19-
--ifm-h1-font-size: 2.9rem;
18+
--doc-sidebar-width: 380px !important;
19+
--ifm-h1-font-size: 2.5rem;
20+
--ifm-menu-link-padding-horizontal: .5rem;
2021
}
2122

2223
.navbar__title {
@@ -47,3 +48,6 @@ h6, h6 strong {
4748
h6 strong {
4849
color: rgb(107 114 128);
4950
}
51+
.menu, .navbar-sidebar {
52+
font-size: 15px;
53+
}

0 commit comments

Comments
 (0)