From 08bdb930ac364b1c06f6e52b67b56224a4d70022 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Thu, 13 Feb 2025 02:02:25 +0500 Subject: [PATCH] add footer link colors transition on hover --- src/static/css/tailwind.css | 7 +++++++ src/templates/Footer.tsx | 27 ++++++++++++++++++++++----- 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/src/static/css/tailwind.css b/src/static/css/tailwind.css index 84927a1..d040b1e 100644 --- a/src/static/css/tailwind.css +++ b/src/static/css/tailwind.css @@ -956,6 +956,13 @@ } } } + .hover\:text-\[\#FF851A\] { + &:hover { + @media (hover: hover) { + color: #FF851A; + } + } + } .sm\:flex-shrink-1 { @media (width >= 40rem) { flex-shrink: 1; diff --git a/src/templates/Footer.tsx b/src/templates/Footer.tsx index 10ae147..19995a5 100644 --- a/src/templates/Footer.tsx +++ b/src/templates/Footer.tsx @@ -10,7 +10,7 @@ export default function Footer({ className }: FooterProps) {
Photo by{" "} -
Ilse Orsel on{" "} - Unsplash + + Ilse Orsel + {" "} + on{" "} + + Unsplash +
- +

Run by @Radiquum

- +