Modif CSS

This commit is contained in:
Esteban
2026-06-10 08:59:50 +02:00
parent d67a479d10
commit 965f537317
3 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -170,9 +170,9 @@ nav a:hover {
font-size: 14px;
}
/* Inputs reprenant ton style login */
.project-form-card input[type="text"],
.project-form-card input[type="url"],
.project-form-card input[type="password"],
.project-form-card textarea {
width: 100%;
background-color: #1a1a24;
@@ -182,6 +182,7 @@ nav a:hover {
padding: 12px;
margin-bottom: 16px;
box-sizing: border-box;
transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
/* Correction ici : project-form-card au lieu de project-card */