Skip to content

Commit 561e748

Browse files
authored
fix: Menu items now have contrast with hamburger menu background (#43)
1 parent 2407576 commit 561e748

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ code {
151151
margin: 1rem 0;
152152
text-align: center;
153153
}
154+
155+
.mobile-menu a {
156+
@apply text-neutral-50;
157+
}
154158
}
155159

156160
.nav-links {

0 commit comments

Comments
 (0)