diff options
| author | ilotterytea <iltsu@alright.party> | 2025-03-23 04:25:46 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-03-23 04:25:46 +0500 |
| commit | 83db2ca649ee7d4068b070a032800037caf2e116 (patch) | |
| tree | 23c27c3c580ee70f9afff74d498899be055900e3 /public/static | |
| parent | edfdd86ceb66211edb17f1a57930887beab01f32 (diff) | |
feat: footer
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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)); |
