Mahavaury2 commited on
Commit
ef861ba
·
verified ·
1 Parent(s): b68bc92

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -17
style.css CHANGED
@@ -16,6 +16,14 @@ html, body {
16
  padding: 0;
17
  }
18
 
 
 
 
 
 
 
 
 
19
  /* ---------------------------
20
  2. Masquer le footer Gradio
21
  ----------------------------*/
@@ -26,20 +34,3 @@ footer {
26
  /* ---------------------------
27
  3. Bulles de messages
28
  ----------------------------*/
29
- /* Bulle pour le message de l'utilisateur */
30
- .user .gradio-chat-message {
31
- background-color: #e0f7fa !important; /* Bleu clair */
32
- color: #333 !important; /* Couleur du texte */
33
- border-radius: 8px;
34
- margin: 0.5rem 0;
35
- padding: 1rem;
36
- }
37
-
38
- /* Bulle pour le message de l'assistant */
39
- .bot .gradio-chat-message {
40
- background-color: #fff8e1 !important; /* Jaune pastel */
41
- color: #333 !important;
42
- border-radius: 8px;
43
- margin: 0.5rem 0;
44
- padding: 1rem;
45
- }
 
16
  padding: 0;
17
  }
18
 
19
+ /* ---------------------------
20
+ 1. Fond en transparent
21
+ ----------------------------*/
22
+ html, body {
23
+ background: transparent !important;
24
+ margin: 0;
25
+ padding: 0;
26
+ }
27
  /* ---------------------------
28
  2. Masquer le footer Gradio
29
  ----------------------------*/
 
34
  /* ---------------------------
35
  3. Bulles de messages
36
  ----------------------------*/