Add red coloring to inline code fence blocks

master v0.1.3
Kevin C. Coram 2020-08-13 23:36:18 -04:00
parent b3f54f22ee
commit 0d75e505db
Signed by: kevin
GPG Key ID: 0E64ECB9EDE572A3
1 changed files with 5 additions and 0 deletions

View File

@ -65,8 +65,13 @@ pre {
width: 100vw;
}
code {
color: darkred;
}
pre code {
display: block;
color: inherit;
}
figure {