Merge pull request #2904 from traviscross/TC/fix-ayu-comments

Remove italics from `ayu` quotes/comments for alignment
This commit is contained in:
Eric Huss 2025-10-28 19:50:07 +00:00 committed by GitHub
commit 8a27d1b7ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,6 @@ Original by Dempfi (https://github.com/dempfi/ayu)
.hljs-comment, .hljs-comment,
.hljs-quote { .hljs-quote {
color: #5c6773; color: #5c6773;
font-style: italic;
} }
.hljs-variable, .hljs-variable,