diff --git a/rpg-docs/client/views/user/profile/profile.css b/rpg-docs/client/views/user/profile/profile.css index 93fc9727..5d3a8a1c 100644 --- a/rpg-docs/client/views/user/profile/profile.css +++ b/rpg-docs/client/views/user/profile/profile.css @@ -1,4 +1,3 @@ -.profile #at-nav-button { - color: #212121; - color: rgba(0,0,0,0.87); +.profile paper-button, .profile a, .profile #at-nav-button { + color: #d13b2e; } diff --git a/rpg-docs/client/views/user/profile/profile.html b/rpg-docs/client/views/user/profile/profile.html index 20c90e00..a68b5ba7 100644 --- a/rpg-docs/client/views/user/profile/profile.html +++ b/rpg-docs/client/views/user/profile/profile.html @@ -35,9 +35,16 @@ + + + + Change password + + +
- {{> atForm}} + {{> atForm state="signIn"}}
{{> atNavButton }}