Fix footer text color

This commit is contained in:
David Haz
2025-07-11 23:24:58 +03:00
parent b0a7d2e706
commit 963be5986b

View File

@@ -39,7 +39,7 @@
.footer-description {
font-size: 1rem;
color: rgba(161, 148, 184, 0.9);
color: rgba(148, 184, 164, 0.9);
margin: 0;
font-weight: 400;
display: flex;
@@ -66,7 +66,7 @@
.footer-copyright {
font-size: 0.85rem;
color: rgba(161, 148, 184, 0.7);
color: rgba(148, 184, 163, 0.7);
margin: 0;
font-weight: 400;
}