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 @@ --- --- -