From 83db2ca649ee7d4068b070a032800037caf2e116 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 23 Mar 2025 04:25:46 +0500 Subject: feat: footer --- public/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public/static') diff --git a/public/static/style.css b/public/static/style.css index 7671a92..69332ca 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -34,6 +34,11 @@ main { gap: 8px; } +footer { + border-top: 1px solid var(--box-border); + padding-top: 4px; +} + /** FORM */ button[type=submit] { background: linear-gradient(0deg, var(--box-tab-background), var(--background)); -- cgit v1.2.3