diff --git a/.env b/.env
index 9ab3b4a..b166b4a 100644
--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
DATABASE = wishlist
-DATABASE_HOST = db.thecoredev.fr
+DATABASE_HOST = nas.thecoredev.fr
DATABASE_PORT = 3306
DATABASE_USER = wishlist
DATABASE_PASSWORD = 7/yvv9JA[RomOkLe
\ No newline at end of file
diff --git a/.env.dev b/.env.dev
deleted file mode 100644
index 9ab3b4a..0000000
--- a/.env.dev
+++ /dev/null
@@ -1,5 +0,0 @@
-DATABASE = wishlist
-DATABASE_HOST = db.thecoredev.fr
-DATABASE_PORT = 3306
-DATABASE_USER = wishlist
-DATABASE_PASSWORD = 7/yvv9JA[RomOkLe
\ No newline at end of file
diff --git a/public/styles.css b/public/styles.css
index 8814134..30471a1 100644
--- a/public/styles.css
+++ b/public/styles.css
@@ -4,27 +4,53 @@
text-align: left;
}
-/*
-.tableau li:nth-child(2),
-.tableau li:nth-child(3),
-.tableau li:nth-child(4),
-.tableau li:nth-child(5) {
- width: 100px;
+.tableau li {
+ width: 80px;
+}
+.tableau li:nth-child(2) {
+ width: 200px;
+}
+.tableau li:nth-child(3) {
+ width: 20px;
}
-*/
-
.tableau li {
flex: auto;
list-style-type: none;
- width: min-content;
- padding: 8px;
+ padding: 0px 4px;
align-self: center;
+ text-align: left;
+}
+figure {
+ margin: 4px 0px !important;
+}
+
+
+.tableau ul:nth-child(even) {
+ background-color: #f47f7f;
+}
+.tableau ul:nth-child(odd) {
+ background-color: white;
+}
+
+.tableau figcaption {
+ font-weight: bold;
+}
+.tableau ul:nth-child(even) figcaption{
+ color: white;
+}
+.tableau ul:nth-child(odd) figcaption {
+ color: #f47f7f;
}
.tableau ul:nth-child(even) {
- background-color: aliceblue;
+ color: white;
}
+.tableau ul:nth-child(odd) {
+ color: #f47f7f;
+}
+
+
.tableau ul:first-child li {
font-weight: bold;
}
diff --git a/views/index.hbs b/views/index.hbs
index 47d65a5..a548979 100644
--- a/views/index.hbs
+++ b/views/index.hbs
@@ -20,14 +20,14 @@