aboutsummaryrefslogtreecommitdiff
path: root/css/theme/white.css
diff options
context:
space:
mode:
authorSean Fairchild <sfairchild@nexient.com>2017-09-06 10:50:39 -0400
committerSean Fairchild <sfairchild@nexient.com>2017-09-06 10:50:39 -0400
commitf9a4a2708755f3c2eb8955c358199671a0931b10 (patch)
treed4255a28cbfeaefdce49edb2058849190c00e073 /css/theme/white.css
parent43eada79901830702bd40dce857831aef8e76759 (diff)
downloadfosdem-2018-presentation-f9a4a2708755f3c2eb8955c358199671a0931b10.tar
fosdem-2018-presentation-f9a4a2708755f3c2eb8955c358199671a0931b10.tar.gz
Prevent text-transform inside code tags
Diffstat (limited to 'css/theme/white.css')
-rw-r--r--css/theme/white.css3
1 files changed, 2 insertions, 1 deletions
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;