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 3733ca4  Include styles.css
3733ca4 is described below

commit 3733ca43342ee24eba32865c8935d1eb3301ef07
Author: Dave Fisher <dave2w...@comcast.net>
AuthorDate: Thu Apr 8 09:14:16 2021 -0700

    Include styles.css
---
 theme/apache/templates/styles.html | 57 ++------------------------------------
 1 file changed, 3 insertions(+), 54 deletions(-)

diff --git a/theme/apache/templates/styles.html 
b/theme/apache/templates/styles.html
index 68e8d79..e65e514 100644
--- a/theme/apache/templates/styles.html
+++ b/theme/apache/templates/styles.html
@@ -27,57 +27,6 @@
       
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css";
       crossorigin="anonymous">
     <style>
-html {
-  font-size: 18px;
-}
-.markdown-body {
-  box-sizing: border-box;
-  min-width: 200px;
-  max-width: 980px;
-  margin: 0 auto;
-  padding: 45px;
-}
-@media (max-width: 767px) {
-  .markdown-body {
-    padding: 15px;
-  }
-}
-.footer {
-  border-top: 1px solid black;
-  padding-top: 3px;
-}
-.right-align {
-  text-align: right;
-}
-.center-align {
-  text-align: center;
-}
-blockquote {
-  background: bisque;
-}
-.bg-primary {
-  background-color: #005bff!important;
-}
-a {
-  font-weight: 500;
-  color: #005bff;
-}
-li {
-  line-height: 2;
- }
-.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;
-}
-      </style>
+      {{ include "styles.css" }}
+
+    </style>

Reply via email to