From 946dea4f6d153c04d31589c610141c96b0f39c12 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 20 May 2025 18:44:34 -0300 Subject: Restruturação MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 css/index.css (limited to 'css/index.css') diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..c77c1ca --- /dev/null +++ b/css/index.css @@ -0,0 +1,9 @@ +@import url("/css/reveal-blue.css"); + +.reveal h1 { + font-size: 1.8em; +} + +.reveal section ul li { + font-size: 0.8em; +} -- cgit v1.2.3