Better code css

This commit is contained in:
Hubert Van De Walle 2020-08-21 23:40:10 +02:00
parent 87a6fdc94a
commit 204f2fb002

View File

@ -7,7 +7,7 @@
}
.hljs-comment {
@apply text-gray-300;
@apply text-gray-500;
}
.hljs-attribute, .hljs-doctag, .hljs-keyword, .hljs-meta-keyword, .hljs-name, .hljs-selector-tag {
@ -30,8 +30,8 @@
@apply text-green-300;
}
.hljs-addition, .hljs-built_in, .hljs-bullet, .hljs-code {
@apply text-green-300;
.hljs-addition, .hljs-built_in, .hljs-bullet, .hljs-code, .hljs-keyword {
@apply text-green-500;
}
.hljs-meta {