force people to use .current class for pagenames

This commit is contained in:
Owen Versteeg 2014-03-03 13:03:04 -05:00
parent a7a9e68f7a
commit 15861f2275

View file

@ -1,4 +1,4 @@
.nav, .nav .pagename, .current, .nav-link:hover {
.nav, .nav .current, .nav a:hover {
background: #000;
color: #fff;
}