Skip to content

Commit

Permalink
Added hover color to links (in demo CSS).
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur authored and evoluteur committed Nov 4, 2013
1 parent 09868a8 commit f789f30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ a {
color: #39C;
font-weight: 400;
}
a:hover {
color: #FF9900;
}
.demoPanel{
float:left;
border: 2px solid #A7C8E2;
Expand Down

0 comments on commit f789f30

Please sign in to comment.