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

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