From e8e3c4cba8ffa0056e984c113cfbb75319e00022 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 20 Sep 2024 16:21:09 +1000 Subject: v0.4-rc1 --- wwwroot/styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 wwwroot/styles/global.css (limited to 'wwwroot') diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css new file mode 100644 index 0000000..18ffdce --- /dev/null +++ b/wwwroot/styles/global.css @@ -0,0 +1,4 @@ +body { + background: #13264E; + color: #ffffff; +} -- cgit v1.3