Skip to content

Commit a61bb6c

Browse files
author
rakeshAlgo
committed
Fix style for top level left element
1 parent 629fe3f commit a61bb6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/nav.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@
168168
color: var(--brand-color-gray1);
169169
}
170170

171-
.nav-item .nav-line[data-depth="0"] > .nav-text {
171+
.nav-item .nav-line[data-depth="0"] > .nav-text ,
172+
.nav-item .nav-line[data-depth="0"] > .nav-link {
172173
font-size: 1.25rem;
173174
line-height: 1.75rem;
174175
font-weight: var(--weight-semibold);

0 commit comments

Comments
 (0)