[tor-commits] [community/staging] Remove capitalization in css

hiro at torproject.org hiro at torproject.org
Thu Mar 25 15:50:22 UTC 2021


commit 08bcee492686b94e24d3cdc52baafeb3d6eb3d61
Author: hiro <hiro at torproject.org>
Date:   Thu Mar 25 16:50:17 2021 +0100

    Remove capitalization in css
---
 assets/static/revealjs/dist/theme/tor.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/static/revealjs/dist/theme/tor.css b/assets/static/revealjs/dist/theme/tor.css
index 7dc1a42..386eb5d 100644
--- a/assets/static/revealjs/dist/theme/tor.css
+++ b/assets/static/revealjs/dist/theme/tor.css
@@ -77,7 +77,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
   font-weight: 600;
   line-height: 1.2;
   letter-spacing: normal;
-  text-transform: uppercase;
+  text-transform: none;
   text-shadow: none;
   word-wrap: break-word; }
 



More information about the tor-commits mailing list