Skip to content

Commit

Permalink
fix(ui): inline code style
Browse files Browse the repository at this point in the history
Fix #6121
  • Loading branch information
andelf authored and cnrpman committed Jul 21, 2022
1 parent 1562101 commit 03569c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/css/common.css
Expand Up @@ -1085,6 +1085,8 @@ mark {
font-family: MonoLisa, 'Fira Code', Monaco, Menlo, Consolas, 'COURIER NEW',
monospace;
letter-spacing: 0;
background-color: var(--ls-page-inline-code-bg-color, #eee);
color: var(--ls-page-inline-code-color);
word-spacing: -0.15em;
text-rendering: optimizeSpeed;
}
Expand Down

0 comments on commit 03569c7

Please sign in to comment.