diff --git a/src/app.css b/src/app.css index d853f71..52c3eae 100644 --- a/src/app.css +++ b/src/app.css @@ -11,7 +11,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 underline focus:before:content-['>_'] focus:after:content-['_<'] focus:outline-none transition-none focus:no-underline; } +a { @apply text-ctp-sapphire hover:text-ctp-sky underline focus:before:content-['_[_'] focus:after:content-['_]_'] focus:outline-none focus: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; } diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index fda18b4..ff4b83f 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -28,7 +28,7 @@