Mahavaury2 commited on
Commit
becbb7f
·
verified ·
1 Parent(s): b723c84

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -0
style.css CHANGED
@@ -2,6 +2,11 @@ h1 {
2
  text-align: center;
3
  display: block;
4
  }
 
 
 
 
 
5
  /* Masquer le footer Gradio */
6
  footer {
7
  display: none !important;
 
2
  text-align: center;
3
  display: block;
4
  }
5
+
6
+ html, body {
7
+ background-color: #FFEBCD !important; /* Exemple pastel pêche */
8
+ }
9
+
10
  /* Masquer le footer Gradio */
11
  footer {
12
  display: none !important;