From 074f7a90b455af79b0f821a02f0d16eca3034d52 Mon Sep 17 00:00:00 2001 From: Jen Breese-Kauth Date: Thu, 11 Apr 2024 00:07:28 +0000 Subject: [PATCH] removing heading hover states --- src/components/elements/headers.tsx | 2 +- src/components/images/logo-lg.tsx | 2 +- src/styles/typography/local-footer.tsx | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/elements/headers.tsx b/src/components/elements/headers.tsx index 5f5a0734..2f621a0a 100644 --- a/src/components/elements/headers.tsx +++ b/src/components/elements/headers.tsx @@ -3,7 +3,7 @@ import {twMerge} from "tailwind-merge"; type Props = HtmlHTMLAttributes -const headingLinkClasses = "[&_a]:text-digital-red [&_a]:hocus:text-black [&_a]:hocus:underline"; +const headingLinkClasses = "[&_a]:hocus:underline"; export const H1 = ({children, className, ...props}: Props) => { return ( diff --git a/src/components/images/logo-lg.tsx b/src/components/images/logo-lg.tsx index a539ec9a..2c719818 100644 --- a/src/components/images/logo-lg.tsx +++ b/src/components/images/logo-lg.tsx @@ -5,7 +5,7 @@ type Props = HtmlHTMLAttributes & { width?: number } -const PressFooterLogoLg = ({height = 91, width = 426, ...props}: Props) => { +const PressFooterLogoLg = ({height = 89, width = 579, ...props}: Props) => { if (height != 91 && width == 426) { width *= height / 91 } diff --git a/src/styles/typography/local-footer.tsx b/src/styles/typography/local-footer.tsx index d9580856..32d7d302 100644 --- a/src/styles/typography/local-footer.tsx +++ b/src/styles/typography/local-footer.tsx @@ -3,12 +3,9 @@ module.exports = function () { return function ({addComponents}) { const components = { ".local-footer": { + color: "white", "h2": { fontSize: "1.2em", - "&:hover": { - color: "#8AB8A7", - textDecorationThickness: "2px", - }, "a": { "&:hover": { color: "#8AB8A7",