aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-06-25 16:32:45 +0200
committerschererleander <leander@schererleander.de>2025-06-25 16:32:45 +0200
commitafb4ced1b8b96d9ec12e454aad380e6f59250e86 (patch)
tree6305845cd96808f253c9deced98bc5d61bf8df44 /src/index.css
parenta865055c1f7c26ccafb78b27b069d74647067472 (diff)
remove link component
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css5
1 files changed, 5 insertions, 0 deletions
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;