add # to color

This commit is contained in:
Jacob Thornton
2011-08-21 11:57:25 -07:00
parent 0e8e30bf1d
commit 612e5c3c9e
3 changed files with 4 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ div.topbar {
&.open {
a.menu,
a:hover {
background-color: 444;
background-color: #444;
background-color: rgba(255,255,255,.1);
color: #fff;
}