diff options
Diffstat (limited to 'priv/static/main.css')
-rw-r--r-- | priv/static/main.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/priv/static/main.css b/priv/static/main.css new file mode 100644 index 0000000..85906c6 --- /dev/null +++ b/priv/static/main.css @@ -0,0 +1,14 @@ +body { + background-color: black; + color: white; + font-family: monospace; +} + +input { + font-family: inherit; +} + +div#playerContainer { + width: 100svw; + height: 100svh; +} |