Skip to content

Commit b095f6d

Browse files
committed
update nav a style
1 parent af21b7b commit b095f6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/LeftSidebar/LeftSidebar.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ const currentPageMatch = removeSlashes(currentPage.slice(1))
191191
font-size: 18px;
192192
/* line-height:1; */
193193
margin-bottom: 10px;
194+
font-weight: 500;
194195
}
195196

196197
.nav-link a:hover,
@@ -222,5 +223,8 @@ const currentPageMatch = removeSlashes(currentPage.slice(1))
222223
.sidebar-nav-groups.nav-groups > :first-child {
223224
@apply pt-doc;
224225
}
226+
.nav-link a {
227+
font-weight: 400;
228+
}
225229
}
226230
</style>

0 commit comments

Comments
 (0)