Added base.css file for putting site wide stylings

This commit is contained in:
2025-10-15 15:43:36 -05:00
parent 4839fa20ac
commit 43d79a7a0b

3
stylesheets/base.css Normal file
View File

@ -0,0 +1,3 @@
body{
background-color: black;
}