From 1ae35e40cb1fc11f1daf6692d842755afa19e5c8 Mon Sep 17 00:00:00 2001 From: Steve Landey Date: Sun, 8 Sep 2024 13:53:57 -0700 Subject: [PATCH] Footer text is small --- templates/html/static/dj-style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/html/static/dj-style.css b/templates/html/static/dj-style.css index 0a5b26f..0a7fc57 100644 --- a/templates/html/static/dj-style.css +++ b/templates/html/static/dj-style.css @@ -117,6 +117,7 @@ th { .DJFooter_Content { border-top: var(--border-weak); padding: var(--ms); + font-size: var(--fs-small); } main {