update home tag colours

i18n
mrshmllow 2 years ago committed by Michal
parent 89b7fb7bb6
commit 76b94c141d
No known key found for this signature in database
GPG Key ID: 52F8801FC912EB4F

@ -66,7 +66,7 @@ const Home: NextPageWithLayout = () => {
<HomeSection className="">
<div className="basis-1/4">
<p className="mt-8 font-semibold text-ctp-maroon">{t("onyx.tag")}</p>
<p className="mt-8 font-semibold text-ctp-mauve">{t("onyx.tag")}</p>
<p className="mt-4 text-3xl font-extrabold tracking-tight text-ctp-text sm:text-4xl">
{t("onyx.title")}
</p>
@ -108,7 +108,7 @@ const Home: NextPageWithLayout = () => {
<HomeSection className="pb-16 md:pb-28">
<div className="basis-1/4">
<p className="mt-8 font-semibold text-ctp-mauve">
<p className="mt-8 font-semibold text-ctp-red">
{t("amethyst.tag")}
</p>
<p className="mt-4 text-3xl font-extrabold tracking-tight text-ctp-text sm:text-4xl">

Loading…
Cancel
Save