mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix idiotic syntax highlight in docs #18432
This commit is contained in:
parent
9f0400f015
commit
220a494fa4
@ -11,7 +11,7 @@
|
||||
.syntax .hll { background-color: #b9b6b0 }
|
||||
.syntax { background: #f8f9fa; color: #2f1e2e }
|
||||
.syntax .c { color: #8d8687 } /* Comment */
|
||||
.syntax .err { color: #ef6155 } /* Error */
|
||||
.syntax .err {} /* Error */
|
||||
.syntax .k { color: #000000; font-weight: bold } /* Keyword */
|
||||
.syntax .l { color: #0088ff } /* Literal */
|
||||
.syntax .n { color: #2f1e2e } /* Name */
|
||||
|
Loading…
Reference in New Issue
Block a user