Docs: Fix highlight line (#50756)
This commit is contained in:
parent
3e2e67c677
commit
646c34dcde
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
.highlight { background: #f8f8f8 }
|
||||
.highlight .hll { background-color: #ffffcc; border: 1px solid #ccc; padding: 6px 10px; border-radius: 3px }
|
||||
.highlight .hll { background-color: #ffffcc; border: 1px solid #edff00; padding-top: 2px; border-radius: 3px; display: block }
|
||||
.highlight .c { color: #6a737d; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #a61717; background-color: #e3d2d2; color: #a61717; border: 1px solid #FF0000 } /* Error */
|
||||
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
|
||||
|
|
Loading…
Reference in a new issue