RULEAPI-700: fix odd highlighting for selected segment of metadata (#437)

This commit is contained in:
Arseniy Zaostrovnykh 2021-10-01 09:28:57 +02:00 committed by GitHub
parent 85dddfc752
commit a774d17f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,6 @@ code.hljs {
color:#232629;
background:#f8f8f2
}
.hljs ::selection {
color:#deded8
}
.hljs-comment {
color:#c0c0bd
}