Chroma syntax highlighting with css classes

This commit is contained in:
Steven Engler
2019-07-05 20:09:29 -04:00
parent 4570db81a2
commit 9eed17b527
5 changed files with 152 additions and 2 deletions

View File

@ -1,7 +1,13 @@
@import url("light-chroma.css");
a {
color: #0000A0;
}
.highlight > * {
border-color: #E0E0E0;
}
:not(pre) > code {
/* inline code elements */
background-color: rgba(25, 25, 25, 0.05);