From 05497446fb82c06b2562ca30703ce560eb533c36 Mon Sep 17 00:00:00 2001 From: Otavio4283 <110172609+Otavio4283@users.noreply.github.com> Date: Sat, 21 Oct 2023 19:54:02 -0300 Subject: [PATCH] Update changePassword.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mudanças finais --- src/style/pages/changePassword.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/style/pages/changePassword.css b/src/style/pages/changePassword.css index fc64e064..e8071be2 100644 --- a/src/style/pages/changePassword.css +++ b/src/style/pages/changePassword.css @@ -15,6 +15,7 @@ } .form-title { + font-style:bold; font-family:Jost; font-size: 48px; height: 70px; @@ -91,7 +92,7 @@ .button { background-color: #007bff; - color: #fff; + color: #003366; border: none; cursor: pointer; justify-self: center; @@ -119,7 +120,7 @@ input { .input-field::placeholder { font-family:Jost; font-size: 16px; /* Tamanho da fonte desejado */ - color: #999; /* Cor do texto do placeholder, se desejar */ + color: #6C6C6C; /* Cor do texto do placeholder, se desejar */ /* Outros estilos desejados */ }