Skip to content

Commit

Permalink
Volley #1 with Jess
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tteixeira committed Dec 16, 2024
1 parent d566da4 commit 5bae17d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions styles/text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5bae17d

Please sign in to comment.