From b8e90ea5ea7c41444d7fbce6848e4c3cf37c87e5 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 9 May 2023 18:46:47 +0200 Subject: add dark mode --- public/footer.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'public/footer.css') diff --git a/public/footer.css b/public/footer.css index 7d0360f..93b6a7b 100644 --- a/public/footer.css +++ b/public/footer.css @@ -1,8 +1,12 @@ -footer { margin-top: 96px; } +footer, :root { background-color: var(--bg-alt); } +footer { + margin-top: 96px; + padding: 24px 0; +} +footer .inner { margin: 0 auto; } footer .flex { display: flex; justify-content: space-between; } -footer .inner { margin: 20px auto; } -- cgit v1.2.3