make styles more concise

This commit is contained in:
Owen Versteeg 2014-03-03 12:51:11 -05:00
parent f4fd8c617f
commit a7a9e68f7a

View file

@ -1,4 +1,4 @@
.nav, .nav-link:hover, .nav .pagename {
.nav, .nav .pagename, .current, .nav-link:hover {
background: #000;
color: #fff;
}
@ -27,10 +27,6 @@
font-size: 25px;
}
.current {
color: #fff; /* make current page link white */
}
.nav .pagename {
font-size: 22px;
top: 1px;