Skip to content

Commit

Permalink
Fix #73 by slightly darkening the canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Dec 12, 2013
1 parent b5baf5e commit 2bc94c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,10 @@
background: #222 !important;
opacity: 0.1 !important;
}
#ng canvas {
background: #fff !important;
opacity: .75 !important;
}
.closed-banner {
background-image: url(http://StylishThemes.github.io/Github-Dark/images/closed_pattern.gif) !important;
}
Expand Down

0 comments on commit 2bc94c4

Please sign in to comment.