diff options
author | Sean Fairchild | 2017-09-06 10:50:39 -0400 |
---|---|---|
committer | Sean Fairchild | 2017-09-06 10:50:39 -0400 |
commit | f9a4a2708755f3c2eb8955c358199671a0931b10 (patch) | |
tree | d4255a28cbfeaefdce49edb2058849190c00e073 /css/theme/black.css | |
parent | 43eada79901830702bd40dce857831aef8e76759 (diff) |
Prevent text-transform inside code tags
Diffstat (limited to 'css/theme/black.css')
-rw-r--r-- | css/theme/black.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/theme/black.css b/css/theme/black.css index 96e4fd4..956028a 100644 --- a/css/theme/black.css +++ b/css/theme/black.css @@ -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; |