From 99d584783f5beab9c6fd78f3796d4a6edd225bd3 Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Wed, 9 Apr 2025 17:28:25 -0500 Subject: [PATCH] added basic stylesheets --- frontend/index.css | 4 ++++ frontend/index.html | 1 + frontend/package.json.md5 | 2 +- frontend/src/pages/config/config.css | 4 ++++ frontend/src/pages/config/config.html | 3 ++- 5 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 frontend/index.css create mode 100644 frontend/src/pages/config/config.css diff --git a/frontend/index.css b/frontend/index.css new file mode 100644 index 0000000..1bee9c0 --- /dev/null +++ b/frontend/index.css @@ -0,0 +1,4 @@ +body { + background-color: black; + color: white; +} diff --git a/frontend/index.html b/frontend/index.html index 9cb5e60..9fffb7b 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,6 +4,7 @@ + yellowjacket diff --git a/frontend/package.json.md5 b/frontend/package.json.md5 index 18a63a5..ff4b82a 100755 --- a/frontend/package.json.md5 +++ b/frontend/package.json.md5 @@ -1 +1 @@ -a08fc53bd03e73d3ce16aefd412e00b2 \ No newline at end of file +ca82a2e81936c5ea9427701a4c3665d9 \ No newline at end of file diff --git a/frontend/src/pages/config/config.css b/frontend/src/pages/config/config.css new file mode 100644 index 0000000..1bee9c0 --- /dev/null +++ b/frontend/src/pages/config/config.css @@ -0,0 +1,4 @@ +body { + background-color: black; + color: white; +} diff --git a/frontend/src/pages/config/config.html b/frontend/src/pages/config/config.html index 889f8db..afcbc3f 100644 --- a/frontend/src/pages/config/config.html +++ b/frontend/src/pages/config/config.html @@ -9,6 +9,7 @@ + yellowjacket - config @@ -46,7 +47,7 @@
- +