Luke Murphy
5 years ago
2 changed files with 8 additions and 9 deletions
@ -1,10 +1,9 @@ |
|||||
/* Custom CSS styles */ |
/* Custom CSS styles */ |
||||
|
|
||||
html * { |
body { |
||||
border: 1px black solid; /* TODO: experimenting for now */ |
margin: 0px; |
||||
} |
} |
||||
|
|
||||
canvas { |
button { |
||||
opacity: 0; |
z-index: 50; |
||||
z-index: 10000000000; |
|
||||
} |
} |
||||
|
Loading…
Reference in new issue