diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2024-07-17 13:41:06 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2024-07-17 13:41:06 +0000 |
commit | 06f7696c0976c75c13435f84a2101c1203c18b95 (patch) | |
tree | 9ea52c784f4bc5013c8e8af32e82c0a497889b32 /priv/static/main.css | |
download | mediasync-06f7696c0976c75c13435f84a2101c1203c18b95.tar mediasync-06f7696c0976c75c13435f84a2101c1203c18b95.tar.gz mediasync-06f7696c0976c75c13435f84a2101c1203c18b95.zip |
Initial commit
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; +} |