Skip to content

Commit

Permalink
chore(demo): improve hljs color for properties (#6145)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 4, 2023
1 parent 0c75e27 commit 714207b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/addon-doc/components/main/main.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ tui-doc-code {
color: var(--tui-text-01);
}

.hljs-property {
color: var(--tui-support-14);
}

.hljs-comment,
.hljs-quote {
color: var(--tui-text-02);
Expand Down

0 comments on commit 714207b

Please sign in to comment.