[tor-commits] [community/slideshow] Remove text-transform: uppercase from :root in reveal css

hiro at torproject.org hiro at torproject.org
Thu Mar 25 15:52:07 UTC 2021


commit 46c6d9242d2234c5c534620ca71cf98e7842579c
Author: hiro <hiro at torproject.org>
Date:   Thu Mar 25 16:52:03 2021 +0100

    Remove text-transform: uppercase from :root in reveal 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 386eb5d..60c6c37 100644
--- a/assets/static/revealjs/dist/theme/tor.css
+++ b/assets/static/revealjs/dist/theme/tor.css
@@ -23,7 +23,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
   --heading-color: #683086;
   --heading-line-height: 1.2;
   --heading-letter-spacing: normal;
-  --heading-text-transform: uppercase;
+  --heading-text-transform: none;
   --heading-text-shadow: none;
   --heading-font-weight: 600;
   --heading1-text-shadow: none;



More information about the tor-commits mailing list