From fbc69016385818219229b6698488fe65aa9985a9 Mon Sep 17 00:00:00 2001 From: Polina Date: Sat, 1 Jun 2024 10:18:15 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BA=D1=80=D0=B0=D0=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UniversityClientApp/Views/Authorization/Enter.cshtml | 6 +++--- .../UniversityClientApp/Views/Authorization/Register.cshtml | 6 +++--- .../UniversityEmployeeApp/Views/Authorization/Enter.cshtml | 6 +++--- .../Views/Authorization/Register.cshtml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/University/UniversityClientApp/Views/Authorization/Enter.cshtml b/University/UniversityClientApp/Views/Authorization/Enter.cshtml index 1840823..fd098cc 100644 --- a/University/UniversityClientApp/Views/Authorization/Enter.cshtml +++ b/University/UniversityClientApp/Views/Authorization/Enter.cshtml @@ -20,7 +20,7 @@ .title { text-align: center; font-size: 28px; - color: #333; /* Изменили цвет главной надписи */ + color: #050505; /* Изменили цвет главной надписи */ margin-bottom: 30px; } @@ -32,7 +32,7 @@ display: block; font-size: 16px; font-weight: bold; - color: #333; + color: #050505; margin-bottom: 5px; } @@ -43,7 +43,7 @@ border: none; border-radius: 4px; background-color: rgba(255, 255, 255, 0.8); - color: #333; + color: #050505; } .btn { diff --git a/University/UniversityClientApp/Views/Authorization/Register.cshtml b/University/UniversityClientApp/Views/Authorization/Register.cshtml index f500add..ac86cb1 100644 --- a/University/UniversityClientApp/Views/Authorization/Register.cshtml +++ b/University/UniversityClientApp/Views/Authorization/Register.cshtml @@ -20,7 +20,7 @@ .title { text-align: center; font-size: 28px; - color: #333; /* Изменили цвет главной надписи */ + color: #050505; /* Изменили цвет главной надписи */ margin-bottom: 30px; } @@ -32,7 +32,7 @@ display: block; font-size: 16px; font-weight: bold; - color: #333; + color: #050505; margin-bottom: 5px; } @@ -43,7 +43,7 @@ border: none; border-radius: 4px; background-color: rgba(255, 255, 255, 0.8); - color: #333; + color: #050505; } .btn { diff --git a/University/UniversityEmployeeApp/Views/Authorization/Enter.cshtml b/University/UniversityEmployeeApp/Views/Authorization/Enter.cshtml index fc4965e..3edd8db 100644 --- a/University/UniversityEmployeeApp/Views/Authorization/Enter.cshtml +++ b/University/UniversityEmployeeApp/Views/Authorization/Enter.cshtml @@ -21,7 +21,7 @@ .title { text-align: center; font-size: 28px; - color: #333; /* Изменили цвет главной надписи */ + color: #050505; /* Изменили цвет главной надписи */ margin-bottom: 30px; } @@ -33,7 +33,7 @@ display: block; font-size: 16px; font-weight: bold; - color: #333; + color: #050505; margin-bottom: 5px; } @@ -44,7 +44,7 @@ border: none; border-radius: 4px; background-color: rgba(255, 255, 255, 0.8); - color: #333; + color: #050505; } .btn { diff --git a/University/UniversityEmployeeApp/Views/Authorization/Register.cshtml b/University/UniversityEmployeeApp/Views/Authorization/Register.cshtml index 032c3df..51a4a7a 100644 --- a/University/UniversityEmployeeApp/Views/Authorization/Register.cshtml +++ b/University/UniversityEmployeeApp/Views/Authorization/Register.cshtml @@ -21,7 +21,7 @@ .title { text-align: center; font-size: 28px; - color: #333; /* Изменили цвет главной надписи */ + color: #050505; /* Изменили цвет главной надписи */ margin-bottom: 30px; } @@ -33,7 +33,7 @@ display: block; font-size: 16px; font-weight: bold; - color: #333; + color: #050505; margin-bottom: 5px; } @@ -44,7 +44,7 @@ border: none; border-radius: 4px; background-color: rgba(255, 255, 255, 0.8); - color: #333; + color: #050505; } .btn {