diff --git a/includes/footer.md b/includes/footer.md index 7d678ce..e61fda1 100644 --- a/includes/footer.md +++ b/includes/footer.md @@ -1 +1 @@ -
All content in this wiki is under the CC-By-SA 4.0 or later license.
+

All content in this wiki is under the CC-By-SA 4.0 or later license.

diff --git a/includes/site.css b/includes/site.css index 9d9909a..c6667e4 100644 --- a/includes/site.css +++ b/includes/site.css @@ -1,11 +1,12 @@ body { font-size: 10pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; - color: black; + color: #3EE77B; line-height: 14pt; padding-left: 5pt; padding-right: 5pt; padding-top: 5pt; + background-color: #040304; } diff --git a/wiki.php b/wiki.php index ae923ca..aa0a446 100644 --- a/wiki.php +++ b/wiki.php @@ -12,7 +12,7 @@ print " $site_name - $page - + "; echo ( shell_exec("/usr/bin/pandoc $doc_root/includes/header.md") );