From 44a95a6170e8a1dd81aa984ee88fbf2ad31e3f62 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Sun, 20 Oct 2024 12:14:21 +0800 Subject: [PATCH] footer --- assets/css/screen.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index 02b72e4..747b8f3 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -2736,6 +2736,12 @@ figcaption a { color: var(--color-darker-gray); } +.gh-footer, +.gh-outer { + padding-bottom: none; + margin-bottom: none; +} + .gh-footer a:not(.gh-button) { color: inherit; }