From 43d79a7a0bdefb54433a4d0455ce1938ecf05507 Mon Sep 17 00:00:00 2001 From: TechRunner Date: Wed, 15 Oct 2025 15:43:36 -0500 Subject: [PATCH] Added base.css file for putting site wide stylings --- stylesheets/base.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 stylesheets/base.css diff --git a/stylesheets/base.css b/stylesheets/base.css new file mode 100644 index 0000000..8e15561 --- /dev/null +++ b/stylesheets/base.css @@ -0,0 +1,3 @@ +body{ + background-color: black; +} \ No newline at end of file