From 158bf196ad77e06113766bae759d4223e37eeb9c Mon Sep 17 00:00:00 2001 From: Satria Date: Thu, 19 Mar 2026 20:48:01 +0700 Subject: [PATCH] add highlight when hover/focus --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index ca43bc4..f6122ab 100644 --- a/src/app.css +++ b/src/app.css @@ -17,7 +17,7 @@ h3 { @apply text-xl md:text-2xl font-bold my-4; } h4 { @apply text-lg md:text-xl font-bold my-4; } h5 { @apply text-base md:text-lg font-bold my-4; } h6 { @apply text-sm md:text-base font-bold my-4; } -a { @apply text-ctp-sapphire hover:text-ctp-sky focus:outline-none no-underline; } +a { @apply text-ctp-sapphire hover:text-ctp-sky no-underline; } article { @apply p-2 sm:p-4 text-ctp-subtext0; } p { @apply my-4 text-sm sm:text-base; } code { @apply bg-ctp-overlay0 p-0.5 rounded-md; }