From e23bb0136a8498a0df2ba74187d1d0c03a058dad 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 4c17732..5b448ab 100644 --- a/static/flexbox/sanic.css +++ b/static/flexbox/sanic.css @@ -128,5 +128,6 @@ table tr:nth-child(even) td { } #footer { + background-color: #041936; text-align: right; }