From f9a4a2708755f3c2eb8955c358199671a0931b10 Mon Sep 17 00:00:00 2001
From: Sean Fairchild
Date: Wed, 6 Sep 2017 10:50:39 -0400
Subject: Prevent text-transform inside code tags

---
 css/theme/white.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'css/theme/white.css')

diff --git a/css/theme/white.css b/css/theme/white.css
index 7adc605..b6fa454 100644
--- a/css/theme/white.css
+++ b/css/theme/white.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;
-- 
cgit v1.2.3