summaryrefslogtreecommitdiff
path: root/2026/games/sunshoes/style.css
blob: 93e65aa28c022ea5375c16fb52fa9ecaed7849b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background-color: #000000;
}

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

canvas {
    cursor: none !important;
}