Spaces:
Sleeping
Sleeping
Update static/styles.css
Browse files- static/styles.css +2 -15
static/styles.css
CHANGED
|
@@ -104,27 +104,14 @@ body {
|
|
| 104 |
color: #333333;
|
| 105 |
}
|
| 106 |
|
| 107 |
-
/* Conversation du chatbot */
|
| 108 |
-
.chatbot-conversation {
|
| 109 |
-
background: #E6E6FA; /* Violet clair */
|
| 110 |
-
border-radius: 8px;
|
| 111 |
-
}
|
| 112 |
-
|
| 113 |
-
.chatbot-conversation .user-message {
|
| 114 |
-
color: #FF99CC; /* Rose pastel */
|
| 115 |
-
}
|
| 116 |
-
|
| 117 |
-
.chatbot-conversation .bot-message {
|
| 118 |
-
color: #99CCFF; /* Bleu clair */
|
| 119 |
-
}
|
| 120 |
-
|
| 121 |
/* Barre d'entrée */
|
| 122 |
.input-bar {
|
| 123 |
background: #E6E6FA; /* Violet clair */
|
| 124 |
border-radius: 8px;
|
| 125 |
}
|
| 126 |
|
| 127 |
-
.input-bar input
|
|
|
|
| 128 |
color: #333333;
|
| 129 |
background: transparent;
|
| 130 |
}
|
|
|
|
| 104 |
color: #333333;
|
| 105 |
}
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
/* Barre d'entrée */
|
| 108 |
.input-bar {
|
| 109 |
background: #E6E6FA; /* Violet clair */
|
| 110 |
border-radius: 8px;
|
| 111 |
}
|
| 112 |
|
| 113 |
+
.input-bar input,
|
| 114 |
+
.input-bar select {
|
| 115 |
color: #333333;
|
| 116 |
background: transparent;
|
| 117 |
}
|