aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
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;