| Index: appengine/config_service/ui/common/auth-signin.html
|
| diff --git a/appengine/config_service/ui/common/auth-signin.html b/appengine/config_service/ui/common/auth-signin.html
|
| index 505e9cb1fcd6957137fc678b42ced8b75e80dc1d..e41bbad41be9ad632893a618f8b3d4e93293de89 100644
|
| --- a/appengine/config_service/ui/common/auth-signin.html
|
| +++ b/appengine/config_service/ui/common/auth-signin.html
|
| @@ -38,7 +38,10 @@
|
|
|
| .center { vertical-align: middle; }
|
|
|
| - .typeface { font-size: 75%; }
|
| + .typeface {
|
| + font-size: 75%;
|
| + color: white;
|
| + }
|
| </style>
|
|
|
| <google-signin-aware id="aware"
|
|
|