Skip to content

Commit

Permalink
Fixed dark mode bug (#139)
Browse files Browse the repository at this point in the history
* fixed bug #130

* Delete package-lock.json

* Delete vocascan.config.js

* updated package lock.json
  • Loading branch information
aritroCoder authored and noctera committed Oct 1, 2022
1 parent 7d65dad commit baa1347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Nav/TopNav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
p {
margin-left: 15px;
font-size: 16px;
color: $color-main-text;
color: $color-main-text-inverse;
}
}
}
Expand Down

0 comments on commit baa1347

Please sign in to comment.