Public Access
5
0

Modifications de selecteurs qui ne faisaient rien

This commit is contained in:
Jeremy
2025-11-22 18:41:14 -05:00
parent 10bc059641
commit 49f80611e3

View File

@@ -99,7 +99,7 @@ footer {
/* PAGE: L'équipe */ /* PAGE: L'équipe */
/* AUTEUR: Jérémy & Andres */ /* AUTEUR: Jérémy & Andres */
/****************************/ /****************************/
.team main { .team {
background-color: #e6ecf3; background-color: #e6ecf3;
} }
@@ -107,7 +107,7 @@ footer {
/* PAGE: Histoire de DE */ /* PAGE: Histoire de DE */
/* AUTEUR: Jérémy */ /* AUTEUR: Jérémy */
/****************************/ /****************************/
.histoire main { .histoire {
background-color: rgb(104, 170, 56); background-color: rgb(104, 170, 56);
} }
@@ -265,7 +265,7 @@ footer {
/* PAGE: Missions */ /* PAGE: Missions */
/* AUTEUR: Stanislas */ /* AUTEUR: Stanislas */
/****************************/ /****************************/
.missions main { .missions {
background-color: rgb(43, 189, 226); background-color: rgb(43, 189, 226);
} }
@@ -273,6 +273,6 @@ footer {
/* PAGE: Armures */ /* PAGE: Armures */
/* AUTEUR: Andres */ /* AUTEUR: Andres */
/****************************/ /****************************/
.armures main { .armures {
background-color: rgb(255, 119, 0); background-color: rgb(255, 119, 0);
} }