Skip to content

Commit 55e7827

Browse files
committed
Fix playground colors
1 parent 8944b25 commit 55e7827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

styles/_hljs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine
129129
}
130130

131131
.hljs.dark .hljs-keyword {
132-
@apply text-berry;
132+
@apply text-berry-40;
133133
}
134134

135135
.hljs.dark .hljs-built_in,

styles/cm.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
}
133133

134134
.cm-s-material .cm-comment {
135-
@apply text-gray-80;
135+
@apply text-gray-60;
136136
}
137137

138138
.cm-s-material .cm-variable {

0 commit comments

Comments
 (0)