Skip to content

Commit

Permalink
fix(site): 代码高亮的样式
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjunjian committed Feb 26, 2025
1 parent 2300983 commit 8735845
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default defineComponent({
font-size: 14px;
font-weight: 400;
padding: 0px 12px;
color: var(--tv-color-text);
}
.hljs-tag {
Expand All @@ -80,7 +81,7 @@ export default defineComponent({
}
.hljs-attr {
color: #00c;
color: rgb(20, 20, 219);
}
}
Expand All @@ -94,7 +95,7 @@ export default defineComponent({
}
.hljs-title {
color: #00f;
color: #170;
font-weight: 400;
}
Expand Down

0 comments on commit 8735845

Please sign in to comment.