Skip to content

Commit 8f7faf5

Browse files
author
llalunio
committed
fix(a11y): updated styles to use same red color
1 parent 3af1f16 commit 8f7faf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/styles/prism-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pre[class*='language-'] {
100100
.token.string,
101101
.token.char,
102102
.token.builtin {
103-
color: rgb(72, 107, 0);
103+
color: #de0e37;
104104
}
105105
.token.inserted {
106106
color: #690;

0 commit comments

Comments
 (0)