From f38a8badcf9e388d82852f28a31f3ea0559809d2 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sat, 27 Sep 2025 21:02:26 +0300 Subject: [PATCH] Make footer lighter --- static/style/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style/main.scss b/static/style/main.scss index fcdab09..b38ac3e 100644 --- a/static/style/main.scss +++ b/static/style/main.scss @@ -101,7 +101,7 @@ footer { display: flex; justify-content: space-between; flex-wrap: wrap; - background-color: $crust; + background-color: $mantle; margin-top: 2rem; padding: 1rem; column-gap: 4ch;