Skip to content

Commit

Permalink
Clickable link color in syntax-colored pastes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsauvage committed Feb 24, 2013
1 parent 87e17b3 commit 51dc5f2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion css/zerobin.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,14 @@ height:16px;
position:relative;
top:2px;
left:-3px;
}
}

pre a {
color:#58A5B4;
}

pre a:hover {
color:#64B9C6;
}


0 comments on commit 51dc5f2

Please sign in to comment.