[geos-commits] [SCM] GEOS branch main updated. 39d43a1edcc078e73866e50e3303f93644a2c77b

git at osgeo.org git at osgeo.org
Thu Nov 11 19:28:06 PST 2021


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 "GEOS".

The branch, main has been updated
       via  39d43a1edcc078e73866e50e3303f93644a2c77b (commit)
      from  c63898e1bb8db56ee6a47dec24b0d3e2c13e2633 (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 39d43a1edcc078e73866e50e3303f93644a2c77b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Nov 11 19:27:46 2021 -0800

    Example of css overrides of template

diff --git a/web/static/custom.css b/web/static/custom.css
new file mode 100644
index 000000000..1b3f8c0bd
--- /dev/null
+++ b/web/static/custom.css
@@ -0,0 +1,7 @@
+/* Override defaults */
+
+header.gdoc-header {
+	background-color: #559;
+	color: white;
+        font-weight: bold;
+}

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

Summary of changes:
 web/static/custom.css | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 web/static/custom.css


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list