Fix idiotic syntax highlight in docs #18432

This commit is contained in:
Alexey Milovidov 2021-02-28 04:42:35 +03:00
parent 9f0400f015
commit 220a494fa4

View File

@ -11,7 +11,7 @@
.syntax .hll { background-color: #b9b6b0 } .syntax .hll { background-color: #b9b6b0 }
.syntax { background: #f8f9fa; color: #2f1e2e } .syntax { background: #f8f9fa; color: #2f1e2e }
.syntax .c { color: #8d8687 } /* Comment */ .syntax .c { color: #8d8687 } /* Comment */
.syntax .err { color: #ef6155 } /* Error */ .syntax .err {} /* Error */
.syntax .k { color: #000000; font-weight: bold } /* Keyword */ .syntax .k { color: #000000; font-weight: bold } /* Keyword */
.syntax .l { color: #0088ff } /* Literal */ .syntax .l { color: #0088ff } /* Literal */
.syntax .n { color: #2f1e2e } /* Name */ .syntax .n { color: #2f1e2e } /* Name */