diff options
-rw-r--r-- | styles/footer.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/styles/footer.css b/styles/footer.css index 4760d56..c413ade 100644 --- a/styles/footer.css +++ b/styles/footer.css @@ -1,7 +1,10 @@ .footer { margin-top: 24px; padding: 24px 48px; - color: var(--text); +} + +.footer * { + color: var(--text-alt); } .footer .header * { |