Default color: White

This commit is contained in:
Mahdi Dibaiee
2014-02-20 13:39:44 +03:30
parent a8c78d482d
commit 2a99139364
8 changed files with 15 additions and 4 deletions

View File

@ -32,6 +32,9 @@ canvas {
position: absolute;
top: 0;
left: 0;
&:first-of-type {
background: white;
}
}
.separator {