diff --git a/website/templates/authorize.html b/website/templates/authorize.html index 48db720..7247bfc 100644 --- a/website/templates/authorize.html +++ b/website/templates/authorize.html @@ -37,6 +37,9 @@ border: none; cursor: pointer; } + a { + color: white; + } @@ -54,7 +57,7 @@ You are currently logged in as {{ user.username }}/ ( - Powered by Varo Auth and Nathan.Woodburn/ + Powered by Varo Auth, HNS.ID and Nathan.Woodburn/ diff --git a/website/templates/create_client.html b/website/templates/create_client.html index 0a9689c..2a6d4c7 100644 --- a/website/templates/create_client.html +++ b/website/templates/create_client.html @@ -42,6 +42,9 @@ border: none; cursor: pointer; } + a { + color: white; + }