Update theme and readme around syntax highlighter to have a better default look

This commit is contained in:
Joe Hutchinson
2020-08-03 21:36:14 -04:00
parent afdc89a74e
commit e713663d77
3 changed files with 11 additions and 2 deletions

View File

@@ -363,6 +363,9 @@ pre > code {
overflow-x: auto;
color: black;
}
.highlight > pre {
background-color: unset !important;
}
hr {
border: 0;
border-bottom: thin solid #D1D1D1;