Skip to content

Commit

Permalink
feat(addon-doc): add color for attrs (#6100)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Nov 27, 2023
1 parent 5aff95c commit 2cb4e62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/addon-doc/components/main/main.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,15 @@ tui-doc-code {
color: var(--tui-link);
}

.hljs-attr {
color: var(--tui-link);
}

.hljs-attribute,
.hljs-number,
.hljs-regexp,
.hljs-link {
.hljs-link,
.hljs-built_in {
font-weight: bold;
color: var(--tui-support-06);
}
Expand Down

0 comments on commit 2cb4e62

Please sign in to comment.