Skip to content

Commit

Permalink
Add color swatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Oct 14, 2023
1 parent b3306f9 commit c16bb73
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')
* white (uses '#ffffff')
* grafana (uses '#161719')
* grafana-dark (uses '#111217')
* 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' )

## Release Notes

Expand Down

0 comments on commit c16bb73

Please sign in to comment.