[postgis-tickets] [SCM] postgis.net branch website updated. clarity-final-30-gb1d67ff

git at osgeo.org git at osgeo.org
Thu Jun 8 15:17:52 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".

The branch, website has been updated
       via  b1d67ff6ca02e3aec96c50696c5a3440e18a0bbc (commit)
      from  a9a74968bbf4cb767325b47325ee8b5dddce1829 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b1d67ff6ca02e3aec96c50696c5a3440e18a0bbc
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jun 8 15:17:45 2023 -0700

    Fiddle with font and header colors

diff --git a/static/custom.css b/static/custom.css
index 509b843..3c228ee 100644
--- a/static/custom.css
+++ b/static/custom.css
@@ -1,6 +1,17 @@
 /* CUSTOM CSS FOR POSTGIS */
 
 
+body
+{
+  font-family: Arial;
+}
+
+h1, h2, h3, h4
+{
+  font-family: Arial Black;
+  color: var(--header-font-color);
+}
+
 /* Slightly narrow the maximum content width */
 main.container,
 div.container

-----------------------------------------------------------------------

Summary of changes:
 static/custom.css | 11 +++++++++++
 1 file changed, 11 insertions(+)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list