From fed658657935022a489515f3cb387bd9a63c82c6 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 20 Mar 2024 15:28:32 +0100 Subject: Add global CSS --- static/global.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 static/global.css (limited to 'static') diff --git a/static/global.css b/static/global.css new file mode 100644 index 0000000..2c1f553 --- /dev/null +++ b/static/global.css @@ -0,0 +1,9 @@ +/* + * This file will contain the styles that are to be applied to the WHOLE site. + * + * No page-specific settings should go in this file. + */ + +html { + background-color: red; +} -- cgit v1.2.3