FIX: adjust codeblock link styling (#30036)

This commit is contained in:
Jordan Vidrine 2024-12-02 09:49:54 -06:00 committed by GitHub
parent cb663b89cc
commit 3b334f54fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@ em > code {
color: var(--primary);
}
a > code {
padding: 2px 4px;
background: var(--inline-code-bg);
white-space: pre-wrap;
color: var(--tertiary);
}
code {
color: var(--primary-very-high);
background: var(--hljs-bg);