From db7d3de92446a3fbda8e1c40ed491b9942639f44 Mon Sep 17 00:00:00 2001 From: Physcik Date: Thu, 25 Dec 2025 18:58:29 +0500 Subject: Structure pt 1 --- static/common.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/common.css (limited to 'static/common.css') diff --git a/static/common.css b/static/common.css new file mode 100644 index 0000000..b670fe9 --- /dev/null +++ b/static/common.css @@ -0,0 +1,3 @@ +html { + background-color: lightgray; +} -- cgit v1.3