diff --git a/README.md b/README.md
index 1f7415c8795caa9e1c503cf5b41498dc541c6729..6465169914d10cd6419d486e37d63b147ea01ff8 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,15 @@
 # IML BACKUP #
 
-Backup scripts using restic (or duplicity).
+Backup scripts using Restic (or Duplicity).
 
 Runs on Linux: CentOS, Debian, Manjaro, Ubuntu.
 
-* Free software. GNU GPL 3.0
-* Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/>
+📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/> \
+📜 License: GNU GPL 3.0 \
+📖 Docs: <https://os-docs.iml.unibe.ch/iml-backup/>
+
+Supported backup clients:
+
 * Restic: <https://restic.net/>
 * Duplicity: <https://duplicity.gitlab.io/duplicity-web/>
 
diff --git a/docs/_index.md b/docs/_index.md
index 0ef40ef3171cb2964e40f44cba3b1f29e61ceb56..971b330bd82b5ac160edc82e915590488fca3bc6 100644
--- a/docs/_index.md
+++ b/docs/_index.md
@@ -1,11 +1,15 @@
 # IML BACKUP #
 
-Backup scripts using restic (or duplicity).
+Backup scripts using Restic (or Duplicity).
 
 Runs on Linux: CentOS, Debian, Manjaro, Ubuntu.
 
-* Free software. GNU GPL 3.0
-* Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/>
+📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/> \
+📜 License: GNU GPL 3.0 \
+📖 Docs: see [docs](./docs) folder or online <https://os-docs.iml.unibe.ch/iml-backup/>
+
+Supported backup clients:
+
 * Restic: <https://restic.net/>
 * Duplicity: <https://duplicity.gitlab.io/duplicity-web/>
 
diff --git a/docs/style.css b/docs/style.css
index 317e1370c9e2ce23984b0a2213e0fb359c02c5fd..909562cb91d2a8335f4470332ef1e07bdb2ee44c 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -1,12 +1,12 @@
 /*
 
     patch css elements of daux.io blue theme
-    version 2022-04-22
+    version 2022-05-13
 
 */
 
 
-/* ---------- vars ---------- */
+/* ---------- vars ---------- */ 
 
 :root{
 
@@ -28,8 +28,8 @@
 
     --h1: rgba(40,60,80,0.8);
     --h1-bottom: 1px solid rgba(40,60,80,0.1);
-    --h2: rgba(40,60,80,0.5);
-    --h3: rgba(40,60,80,0.3);
+    --h2: #468;
+    --h3: #579;
 
 }