Skip to content

Commit 67e4669

Browse files
committed
fix nav styling
1 parent 69acd3c commit 67e4669

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

client/styles/components/_nav.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
padding: #{3 / $base-font-size}rem 0;
1818
}
1919

20+
.nav__items-left {
21+
& button {
22+
@include themify() {
23+
color: getThemifyVariable('inactive-text-color');
24+
}
25+
}
26+
}
27+
2028
.nav__item {
2129
position: relative;
2230
padding: 0 #{24 / $base-font-size}rem;

0 commit comments

Comments
 (0)