From 9e42f2f67189845c6a88151743f30ad10a73a689 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Mon, 8 Apr 2024 16:57:21 +0530 Subject: prolly the last update to dramalama. --- src/app/components/footer/footer.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/components/footer') diff --git a/src/app/components/footer/footer.module.css b/src/app/components/footer/footer.module.css index 8b1b7b6..8c70b62 100644 --- a/src/app/components/footer/footer.module.css +++ b/src/app/components/footer/footer.module.css @@ -3,7 +3,7 @@ left: 0; bottom: 0; width: 100%; - background-color: #1a1a1a; + background-color: #121212; display: flex; padding: 10px; justify-content: space-between; -- cgit v1.2.3