From 3bc3055dda273ba67d56921f722064bb287ce8a7 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 2 Sep 2024 00:27:53 +0200 Subject: [PATCH] style: footer and jumbotron text color --- src/components/Footer.astro | 6 +++--- src/components/Jumbotron.astro | 11 ++++++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 1a0781a..5dcf869 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -27,16 +27,16 @@ import {VERSION} from '../consts'; width: 100%; margin: 0 auto; text-align: center; - color: #333; + color: rgb(var(--gray)); display: flex; font-size: small; a { - color: var(--gray) + color: rgb(var(--gray)); } a:hover { - color: var(--accent) + color: var(--accent); } svg { diff --git a/src/components/Jumbotron.astro b/src/components/Jumbotron.astro index 087c857..78087ad 100644 --- a/src/components/Jumbotron.astro +++ b/src/components/Jumbotron.astro @@ -1,7 +1,7 @@ --- --- -

Cozy

+

Cozy