aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/footer
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/components/footer')
-rw-r--r--src/app/components/footer/footer.module.css2
1 files changed, 1 insertions, 1 deletions
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;