Mahavaury2 commited on
Commit
7e3d895
·
verified ·
1 Parent(s): 6af5e0b

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -13
style.css CHANGED
@@ -1,18 +1,8 @@
1
- /* Exemple : forcer la couleur en noir sur les titres <h1> Markdown */
2
- .markdown-body h1 {
3
- color: black !important;
4
  }
5
-
6
  /* Masquer le footer Gradio */
7
  footer {
8
  display: none !important;
9
  }
10
-
11
- /* Exemple d'un fond pastel en dégradé : */
12
- body {
13
- margin: 0;
14
- background: linear-gradient(135deg,
15
- #ffdee9 0%,
16
- #b5fffc 100%) !important;
17
- min-height: 100vh;
18
- }
 
1
+ h1 {
2
+ text-align: center;
3
+ display: block;
4
  }
 
5
  /* Masquer le footer Gradio */
6
  footer {
7
  display: none !important;
8
  }