From 67d8d0fff9fefb95f95c06c581ed4d82083a6ae7 Mon Sep 17 00:00:00 2001 From: coon Date: Wed, 29 Nov 2023 16:01:08 +0100 Subject: [PATCH] static: use different color for footer --- static/flexbox/sanic.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/flexbox/sanic.css b/static/flexbox/sanic.css index 221ef14..fc9785a 100644 --- a/static/flexbox/sanic.css +++ b/static/flexbox/sanic.css @@ -129,5 +129,6 @@ table tr:nth-child(even) td { } #footer { + background-color: #041936; text-align: right; }