From 8abf1c607aa41886992496adf58dd8debd1d0a2e Mon Sep 17 00:00:00 2001 From: VG Date: Sat, 29 Nov 2014 00:03:28 +0100 Subject: Factorize templates base and add background color --- static/base.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/base.css (limited to 'static/base.css') diff --git a/static/base.css b/static/base.css new file mode 100644 index 0000000..5dc464e --- /dev/null +++ b/static/base.css @@ -0,0 +1,3 @@ +html { + background-color: #002b36; +} -- cgit v1.2.3