Skip to content

Commit

Permalink
Update color swatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Oct 14, 2023
1 parent 014dea2 commit 43aaaaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 43aaaaa

Please sign in to comment.