mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 05:05:15 +08:00
FIX: adjust codeblock link styling (#30036)
This commit is contained in:
parent
cb663b89cc
commit
3b334f54fc
|
@ -8,6 +8,13 @@ em > code {
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a > code {
|
||||||
|
padding: 2px 4px;
|
||||||
|
background: var(--inline-code-bg);
|
||||||
|
white-space: pre-wrap;
|
||||||
|
color: var(--tertiary);
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
color: var(--primary-very-high);
|
color: var(--primary-very-high);
|
||||||
background: var(--hljs-bg);
|
background: var(--hljs-bg);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user