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 +