From 7ddf28aed84cd5dbe5a7e8b530d04b88f30e2483 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 24 Feb 2022 18:21:20 +0000 Subject: Custom css to de-bold index page Also bump pyproject version to 2.0.0 to match changelog --- docs/_static/index.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/_static/index.css (limited to 'docs/_static') diff --git a/docs/_static/index.css b/docs/_static/index.css new file mode 100644 index 00000000..54f3f771 --- /dev/null +++ b/docs/_static/index.css @@ -0,0 +1,3 @@ +h1 { + font-weight: 300; +} -- cgit v1.2.3