nodescore/www/ponysays/svg/svg-stylesheet.css

9 lines
211 B
CSS
Executable File

svg { width:900px; height:400px; display:block;}
!line { stroke: white; }
!text { fill: white;}
!path { stroke: white; fill: white; }
!rect { fill: white; }
!polygon { fill: white; }
!circle { stroke: white; }