Browse Source

Use fill-opacity

pull/1/head
Masayuki Tanaka 11 years ago committed by masayuki
parent
commit
19bbe44a2b
  1. 2
      c3.css

2
c3.css

@ -68,7 +68,7 @@ text {
.region { .region {
fill: steelblue; fill: steelblue;
opacity: .1; fill-opacity: .1;
} }
/*-- Brush --*/ /*-- Brush --*/

Loading…
Cancel
Save