From b19cbd115470c654e1762fae737b43625917dbf9 Mon Sep 17 00:00:00 2001 From: Thiago Teixeira Date: Mon, 16 Dec 2024 11:58:27 -0800 Subject: [PATCH] Volley #2 with Jess. --- styles/text.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/styles/text.scss b/styles/text.scss index 426c02ab8..1dcc52e97 100644 --- a/styles/text.scss +++ b/styles/text.scss @@ -118,6 +118,16 @@ tt.docutils.literal { @apply text-base; } +/* Improve `code` links. Don't use border, use underline instead. */ +p > a:has(tt.docutils.literal) { + @apply border-0; +} + +/* Improve `code` links. Don't use border, use underline instead. */ +p > a > tt.docutils.literal { + @apply underline; +} + p a code { @apply border-none p-0; }