diff --git a/CHANGELOG.md b/CHANGELOG.md index 996b1395..4d2daf11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 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) diff --git a/ui/src/index.css b/ui/src/index.css index 7d4e69f7..da3726e8 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -21,6 +21,7 @@ code, pre { margin-left: 0.53em; vertical-align: center; line-height: 1.7; + color: #9BF316; } .visualizer-container {