Skip to content

Commit

Permalink
Merge pull request lichess-org#1334 from ornicar/restyle-insights-transp
Browse files Browse the repository at this point in the history
restyle insights chart box for transp style
  • Loading branch information
ornicar committed Dec 17, 2015
2 parents 65b81b1 + 7c14fd4 commit 8c530d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/stylesheets/insight.transp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
body.transp #insight .chart {
background: rgba(0,0,0,0.6);
box-shadow: inset 0 0 9px rgba(255,255,255,0.5);
}
body.transp #insight .chart rect[fill="rgba(120,120,120,0.2)"] {
fill: rgba(120,120,120,0.4);
}

0 comments on commit 8c530d1

Please sign in to comment.