From 43aaaaad91acbeb024a5ecc7fe13a4a83b4354ef Mon Sep 17 00:00:00 2001 From: "Jason A. Cox" Date: Sat, 14 Oct 2023 12:36:25 -0700 Subject: [PATCH] Update color swatch --- proxy/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proxy/README.md b/proxy/README.md index 8aa54f9..df3fdfc 100644 --- a/proxy/README.md +++ b/proxy/README.md @@ -159,10 +159,10 @@ Proxy Settings * PW_HTTPS - Set https mode - see HTTPS section above ("no") * PW_STYLE - Background color style for iframe [animation](http://localhost:8675/example.html) ("clear") - options: * clear (uses 'transparent') - * black or dakboard (uses [!#000](https://via.placeholder.com/15/000/000000.png?text=+) '#000' ) - * white (uses ![#ffffff](https://via.placeholder.com/15/ffffff/000000.png?text=+) '#ffffff') - * grafana (uses ![#161719](https://via.placeholder.com/15/161719/000000.png?text=+) '#161719') - * grafana-dark (uses ![#111217](https://via.placeholder.com/15/111217/000000.png?text=+) '#111217' ) + * black or dakboard (uses '#000' ![#000](https://via.placeholder.com/12/000/000000.png?text=+)) + * white (uses '#ffffff' ![#ffffff](https://via.placeholder.com/12/ffffff/000000.png?text=+)) + * grafana (uses '#161719' ![#161719](https://via.placeholder.com/12/161719/000000.png?text=+)) + * grafana-dark (uses '#111217' ![#111217](https://via.placeholder.com/12/111217/000000.png?text=+)) ## Release Notes