nodescore/www/emma/svg-stylesheet.css

9 lines
231 B
CSS
Executable File

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; }