From 5bae17db63f506e4bcf6b249b335366ab7b66d7d Mon Sep 17 00:00:00 2001 From: Thiago Teixeira Date: Mon, 16 Dec 2024 11:51:10 -0800 Subject: [PATCH] Volley #1 with Jess --- styles/text.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/styles/text.scss b/styles/text.scss index 5288649dc..426c02ab8 100644 --- a/styles/text.scss +++ b/styles/text.scss @@ -112,9 +112,10 @@ p > code, li > code, /* Inline code blocks in docstrings */ tt.docutils.literal { - @apply border-b px-1 rounded break-words; - @apply text-green-80 bg-gray-10 border-gray-30; - @apply dark:text-green-40 dark:bg-gray-90 dark:border-gray-100; + @apply break-words px-1 rounded; + @apply text-green-80 bg-gray-10; + @apply dark:text-green-50 dark:bg-gray-90; + @apply text-base; } p a code {