Added Participation Page
This commit is contained in:
@@ -121,3 +121,17 @@ body {
|
||||
.animate-slideInRight {
|
||||
animation: slideInRight 0.3s ease-out;
|
||||
}
|
||||
|
||||
/* Sélection lisible dans les modales de formulaire */
|
||||
.participation-form input,
|
||||
.participation-form select,
|
||||
.participation-form textarea {
|
||||
color: #181818;
|
||||
color-scheme: light;
|
||||
}
|
||||
.participation-form input::selection,
|
||||
.participation-form select::selection,
|
||||
.participation-form textarea::selection {
|
||||
background-color: #17B6C4;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user