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 6958ded Update base.html
6958ded is described below
commit 6958ded583c9dcd2cc9dc58257934653050eb726
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Apr 8 15:01:38 2021 -0700
Update base.html
---
theme/apache/templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index eb46d92..f58b809 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -34,7 +34,7 @@
<div class="container">
{% block content %}
{% endblock %}
- <h4><span class="badge badge-secondary"><a href="{{ SITEREPOSITORY
}}{{ page.slug }}.md">Edit Page</a></span></h4>
+ <h2><span class="badge badge-secondary"><a href="{{ SITEREPOSITORY
}}{{ page.slug }}.md" style="color:white">Edit Page</a></span></h2>
</div>
{% include "footer.html" %}