mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
fix variables for markdown code
This commit is contained in:
parent
45acc62266
commit
c3924daac3
1 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,8 @@
|
|||
}
|
||||
|
||||
code {
|
||||
color: var(--app-text-color);
|
||||
color: var(--main-text-color);
|
||||
font: var(--fixed-font);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue