diff --git a/.gitignore b/.gitignore index cb903f1..0ea90c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ api.txt -./node_modules/ -./node_modules - +node_modules diff --git a/client/style.css b/client/style.css index 1995df3..1125c7f 100644 --- a/client/style.css +++ b/client/style.css @@ -1,3 +1,7 @@ +body { + background: rgb(245, 245, 245); +} + input { height: 4%; position: absolute; diff --git a/printer/__pycache__/Adafruit_Thermal.cpython-37.pyc b/printer/__pycache__/Adafruit_Thermal.cpython-37.pyc deleted file mode 100644 index 4eeb113..0000000 Binary files a/printer/__pycache__/Adafruit_Thermal.cpython-37.pyc and /dev/null differ