diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..1bee9c0 --- /dev/null +++ b/static/style.css @@ -0,0 +1,4 @@ +body { + background-color: black; + color: white; +}