'zrok' branding style tweak

This commit is contained in:
Michael Quigley 2023-10-11 11:32:07 -04:00
parent 859b2d7824
commit b2c9c1a58d
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# v0.4.8
CHANGE: The title color of the header was changed from white to flourescent green, to better match the overall branding
# v0.4.7 # v0.4.7
FEATURE: OAuth authentication with the ability to restrict authenticated users to specified domains for `zrok share public`. Supports both Google and GitHub authentication in this version. More authentication providers, and extensibility to come in future `zrok` releases. See the OAuth configuration guide at `docs/guides/self-hosting/oauth/configuring-oauth.md` for details (https://github.com/openziti/zrok/issues/45, https://github.com/openziti/zrok/issues/404) FEATURE: OAuth authentication with the ability to restrict authenticated users to specified domains for `zrok share public`. Supports both Google and GitHub authentication in this version. More authentication providers, and extensibility to come in future `zrok` releases. See the OAuth configuration guide at `docs/guides/self-hosting/oauth/configuring-oauth.md` for details (https://github.com/openziti/zrok/issues/45, https://github.com/openziti/zrok/issues/404)

View File

@ -21,6 +21,7 @@ code, pre {
margin-left: 0.53em; margin-left: 0.53em;
vertical-align: center; vertical-align: center;
line-height: 1.7; line-height: 1.7;
color: #9BF316;
} }
.visualizer-container { .visualizer-container {