From 5ba68fae053ccabc3161ee4f80963ac0c47ddaf2 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 28 Jun 2022 15:27:06 +0900 Subject: Polish up for a release --- static/base.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static') diff --git a/static/base.css b/static/base.css index 549ac8f..5f63e67 100644 --- a/static/base.css +++ b/static/base.css @@ -10,3 +10,11 @@ a { color: white; text-decoration: none; } + +footer { + color: white; + margin: auto; + padding: 1ex; + text-align: center; +} +footer a { text-decoration: underline } -- cgit 1.4.1