Basic navbar

This commit is contained in:
Ben Ramey
2014-04-08 18:57:09 -05:00
parent ab26a24944
commit 15906b56de
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
nav a {
color: #fff;
&:hover {
color: #999;
}
}