From afb4ced1b8b96d9ec12e454aad380e6f59250e86 Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 25 Jun 2025 16:32:45 +0200 Subject: remove link component --- src/index.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css index b32d17c..a25df62 100644 --- a/src/index.css +++ b/src/index.css @@ -10,6 +10,11 @@ h1 { @apply text-4xl font-bold mb-4 dark:text-gray-200; } h2 { @apply text-2xl font-semibold mb-2 dark:text-gray-200; } h3 { @apply text-xl font-semibold dark:text-gray-200; } + section > * > a:not(.block):link { @apply underline text-blue-500; } + section > * > a:not(.block):visited { @apply underline text-purple-500; } + pre { + @apply whitespace-pre overflow-x-auto max-w-full max-h-80 rounded-lg border p-2 my-2 border-neutral-300 dark:border-neutral-800 bg-neutral-100 dark:bg-neutral-900; + } * { transition: background-color 0.25s, color 0.25s, border-color 0.25s; -- cgit v1.3.1