diff options
| author | brian cully <bjc@spork.org> | 2025-12-23 21:47:59 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2025-12-23 21:47:59 -0500 |
| commit | fdd715f4e610ae68dcb5310c37cebfbf383b1a4c (patch) | |
| tree | ced540d95376ba015703eff141c1219fa66c8711 /site/main.css | |
| parent | d1bc29694219a3d3d34e6dcc696ce249c7540fcd (diff) | |
| download | automathon-fdd715f4e610ae68dcb5310c37cebfbf383b1a4c.tar.gz automathon-fdd715f4e610ae68dcb5310c37cebfbf383b1a4c.zip | |
js: move arena stuff to module
Diffstat (limited to 'site/main.css')
| -rw-r--r-- | site/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/main.css b/site/main.css index d31bec3..7e7ed18 100644 --- a/site/main.css +++ b/site/main.css @@ -14,7 +14,7 @@ html { flex: 1; } -#arena { +x-arena canvas { border: 1px solid orangered; background-color: rgb(200 200 200); } |
