From 0539d6963ebedd554cd3cd36b6c94df9659d6a6b Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Mon, 28 Apr 2025 18:03:28 +0200 Subject: Initial commit Simple frontend version with mock API --- src/index.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/index.css (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..f064787 --- /dev/null +++ b/src/index.css @@ -0,0 +1,6 @@ +body { + margin: 0; + background-color: black; + color: white; + padding: 0.3rem; +} -- cgit v1.3.1