Prevent text-transform inside code tags

This commit is contained in:
Sean Fairchild
2017-09-06 10:50:39 -04:00
parent 43eada7990
commit f9a4a27087
12 changed files with 24 additions and 11 deletions

View File

@ -174,8 +174,10 @@ body {
box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
.reveal code {
font-family: monospace;
text-transform: none;
}
.reveal pre code {