CoreyMSchafer/code_snippets

Typo in main.css .nav-link active state

Opened this issue · 0 comments

line 23 on main.css currently is
.site-header .navbar-nav .nav-link.active {

and it should be referencing the active state, with a colon
.site-header .navbar-nav .nav-link:active {

no big deal