fix: ayu theme meta highlighting

This commit is contained in:
Avery Harnish 2020-01-30 09:57:45 -06:00
parent 2f59943c04
commit b8fc7a1b2d
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,7 @@ Original by Dempfi (https://github.com/dempfi/ayu)
}
.hljs-comment,
.hljs-quote,
.hljs-meta {
.hljs-quote {
color: #5c6773;
font-style: italic;
}
@ -30,6 +29,7 @@ Original by Dempfi (https://github.com/dempfi/ayu)
}
.hljs-number,
.hljs-meta,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,