From 07891a94f049099f92058b651832e42f3dc49546 Mon Sep 17 00:00:00 2001 From: Neil Douglas Date: Wed, 25 Oct 2023 14:17:43 +0100 Subject: [PATCH] add custom css to readme, tidy the css file --- README.md | 4 ++++ docs/source/_static/css/custom.css | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 896a3d9..2b4892c 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ The `docs/source/replacements.py` file contains a dictionary of replacement word The `global.rst` file contains an [RST substitution](https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#substitution-definitions) so you can use `|br|` to create a raw html `
`. Useful in some formatting for example in the table headers. To use this substitution in a page you must include the following at the top of the page: `.. include:: /global.rst` +**Custom CSS** + +Found in the `docs/source/_static/css/custom.css` file. Only a minimal set of CSS tweaks are there as we keep close to the default theme. + ## Reference For `Re Structured Text` help: diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 6615a4f..c14f909 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -1,10 +1,6 @@ :root { --main-colour: hwb(43 57% 35%); - /* --highlight: #A3ADB4; */ --highlight: hwb(0 0% 100% / 0.2); - - /* --main-colour: #78BF26; - --highlight: #78BF26; */ } /* search box border */