drawpad/less/main.less
2015-11-20 16:51:56 -05:00

13 lines
No EOL
130 B
Text

@body-bg: #000;
@myDiv-fg: #f00;
svg{
background-color: #808080;
}
path{
stroke:#660000;
fill:none;
stroke-width:5;
}