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 2ba5a5e  Update base.html
2ba5a5e is described below

commit 2ba5a5e0859eb5b45da8203e64cd5ff3e70c7dbd
Author: Dave Fisher <[email protected]>
AuthorDate: Sat Mar 20 13:33:57 2021 -0700

    Update base.html
---
 theme/apache/templates/base.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 1c46f36..8f845f3 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -94,8 +94,12 @@
 blockquote {
   background: bisque;
 }
+.bg-primary {
+  background-color: #006bff!important;
+}
 a {
-  font-weight: bold;
+  font-weight: 500;
+  color: #006bff;
 }
 .h1, h1 {
   font-size: 1.5rem;

Reply via email to