You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/03/18 19:46:52 UTC

[petri-site] branch master updated: Override h tag font-size

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 58d4049  Override h tag font-size
58d4049 is described below

commit 58d4049508a008964836a515ed6e05b3860b2072
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Thu Mar 18 12:46:44 2021 -0700

    Override h tag font-size
---
 theme/apache/static/css/apache.css | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/theme/apache/static/css/apache.css b/theme/apache/static/css/apache.css
index fee9d1d..81087cb 100644
--- a/theme/apache/static/css/apache.css
+++ b/theme/apache/static/css/apache.css
@@ -45,3 +45,23 @@
 blockquote {
   background: bisque;
 }
+
+.h1, h1 {
+  font-size: 1.5rem;
+}
+
+.h2, h2 {
+  font-size: 1.4rem;
+}
+
+.h3, h3 {
+  font-size: 1.3rem;
+}
+
+.h4, h4 {
+  font-size: 1.2rem;
+}
+
+.h5, h5 {
+  font-size: 1.1rem;
+}