From 06f7696c0976c75c13435f84a2101c1203c18b95 Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Wed, 17 Jul 2024 19:11:06 +0530 Subject: Initial commit --- priv/static/main.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 priv/static/main.css (limited to 'priv/static/main.css') 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; +} -- cgit v1.2.3-57-g22cb