From 78bc98260c69215ee79a4874632dd66fc8fe9470 Mon Sep 17 00:00:00 2001 From: Miguel Angel Date: Tue, 2 Apr 2024 20:04:09 -0500 Subject: [PATCH 1/2] Fix: h1 remains visible when selecting out of focus --- styles/effects.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/effects.css b/styles/effects.css index c3e28deceb23..c3a6e8014bcc 100644 --- a/styles/effects.css +++ b/styles/effects.css @@ -4,7 +4,6 @@ h1.special { text-4xl leading-[3rem] -tracking-[0.045rem] - [-webkit-text-fill-color:transparent] dark:bg-gradient-subtle-white md:text-5xl md:leading-[4rem] From b102236c4006a95e8428407bcde334f37f984ebe Mon Sep 17 00:00:00 2001 From: Miguel Angel Date: Wed, 3 Apr 2024 15:06:25 -0500 Subject: [PATCH 2/2] Fix: h1 use color transparent instead --- styles/effects.css | 1 + tailwind.config.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/effects.css b/styles/effects.css index c3a6e8014bcc..90dee1da7cbf 100644 --- a/styles/effects.css +++ b/styles/effects.css @@ -4,6 +4,7 @@ h1.special { text-4xl leading-[3rem] -tracking-[0.045rem] + text-transparent dark:bg-gradient-subtle-white md:text-5xl md:leading-[4rem] diff --git a/tailwind.config.ts b/tailwind.config.ts index 54767ff20f8c..94e03c9aa248 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -91,7 +91,7 @@ export default { 900: '#411526', }, white: '#FFFFFF', - transparent: 'transparent', + transparent: 'RGBA(255, 255, 255, 0)', shadow: '#101828', }, fontSize: {