diff --git a/pages/login.html b/pages/login.html
index 0a88c47..8a98ea2 100644
--- a/pages/login.html
+++ b/pages/login.html
@@ -6,6 +6,7 @@
Wiki Fantasy : Connexion
+
▶ Connexion ◀
diff --git a/pages/signin.html b/pages/signin.html
index 3481154..d8b9287 100644
--- a/pages/signin.html
+++ b/pages/signin.html
@@ -6,6 +6,8 @@
Wiki Fantasy : inscription
+
+
▶ S'inscrire ◀
diff --git a/styles/styleLogin.css b/styles/styleLogin.css
index f57cfe8..3c9d4c8 100644
--- a/styles/styleLogin.css
+++ b/styles/styleLogin.css
@@ -4,7 +4,7 @@ body{
h1{
color : white;
- font-family: Lemon;
+ font-family: "Lemon", serif;
text-align: center;
font-size: 32px;
}
@@ -12,7 +12,7 @@ h1{
p{
color : white;
font-size: 20px;
- font-family: Lemon;
+ font-family: "Lemon", serif;
}
.login{
@@ -41,7 +41,9 @@ p{
margin-bottom: 5%;
font-size: 13px;
text-align: center;
+ padding-top: 1%;
color: white;
+ font-family: "Lemon", serif;
}
@@ -50,7 +52,8 @@ p{
}
.buttonSudmite{
- background: linear-gradient(90deg, #6100ff 0%, #1b0048 100%);
+ background: linear-gradient(90deg, #6100ff 0%, #1b0048 100%);
+ font-family: "Lemon", serif;
border: none;
color: white;
padding: 2%;
diff --git a/styles/styleSignin.css b/styles/styleSignin.css
index 4f34b61..61d62f9 100644
--- a/styles/styleSignin.css
+++ b/styles/styleSignin.css
@@ -1,6 +1,6 @@
body{
background-color: #120b1d ;
- font-family: Lemon;
+ font-family: "Lemon", serif;
}
h1{
@@ -74,6 +74,7 @@ p{
border-radius: 25px;
color : white;
border: none;
+ font-family: "Lemon", serif;
}