Skip to content

Commit b842552

Browse files
authored
fix(site): use purple for attr's color (#3406)
1 parent cb8a04a commit b842552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sites/src/assets/custom-markdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ html.dark.dark .markdown-body code {
162162
color: #e1e4e8;
163163
}
164164
.attr-name {
165-
color: #f97583;
165+
color: #b392f0;
166166
}
167167
.attr-value {
168168
color: #9ecbff;

0 commit comments

Comments
 (0)