9 lines
231 B
CSS
9 lines
231 B
CSS
|
svg { background-color: black; width:1000px; height:330px; display:block;}
|
||
|
line { stroke: white; }
|
||
|
text { fill: white;}
|
||
|
path { stroke: white; fill: white; }
|
||
|
rect { fill: white; }
|
||
|
polygon { fill: white; }
|
||
|
circle { stroke: white; }
|
||
|
|