Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Fix menu background color.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Feb 8, 2012
1 parent 510b8b5 commit 9811594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Expand Up @@ -121,8 +121,8 @@ h1 a:hover, h2 a:hover, #menu a:hover,
display: none;
position: absolute;
z-index: 1;
background-color: #111;
box-shadow: 0 0.2em 0.2em 0.2em #111;
background-color: black;
box-shadow: 0 0.2em 0.2em 0.2em black;
}

#menu li ul a {
Expand Down

0 comments on commit 9811594

Please sign in to comment.