summaryrefslogtreecommitdiffhomepage
path: root/deploy_template/.dragonruby/stubs/html5/stub/game.css
blob: 3fb16d47f0b024db128eb5ec08a76c5e9eff167a (plain)
1
2
3
4
5
6
7
8
body {
    margin: 0;
    padding: 0;
    border: 0;
}
canvas {
    background-color: rgb(40, 44, 52);
}