From f9b0202e21d20e06d556e61079492ec225f9e6a2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 19 Oct 2017 09:35:53 +0300 Subject: [PATCH] CSS improvement: no uppercase --- static/reveal/css/theme/black.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/reveal/css/theme/black.css b/static/reveal/css/theme/black.css index 96e4fd4..0b221f2 100644 --- a/static/reveal/css/theme/black.css +++ b/static/reveal/css/theme/black.css @@ -50,7 +50,7 @@ body { font-weight: 600; line-height: 1.2; letter-spacing: normal; - text-transform: uppercase; + /* text-transform: uppercase; */ text-shadow: none; word-wrap: break-word; }