Merge pull request #60 from meewgumi/patch-1

pre codeblock horizontal scroll
This commit is contained in:
Maxime Vaillancourt
2021-05-31 11:36:02 +00:00
committed by GitHub

View File

@@ -7,6 +7,11 @@
overflow: auto; overflow: auto;
margin: 1em -1em; margin: 1em -1em;
} }
div.highlight {
display: grid;
}
.highlight .c { color: #999988; font-style: italic } /* Comment */ .highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */ .highlight .k { font-weight: bold } /* Keyword */