Update app.py
Browse files
app.py
CHANGED
@@ -30,9 +30,9 @@ css = """
|
|
30 |
border-radius: 4px;
|
31 |
font-size:24px;
|
32 |
}
|
33 |
-
|
34 |
-
font-size: 24px !important; /* Cible le <h2> à l'intérieur du span */
|
35 |
-
}
|
36 |
|
37 |
/* Surbrillance pour "Bénin" (vert #34EA3A) */
|
38 |
.highlight.benin {
|
@@ -43,9 +43,9 @@ css = """
|
|
43 |
border-radius: 4px;
|
44 |
font-size:24px;
|
45 |
}
|
46 |
-
|
47 |
-
font-size: 24px !important; /* Optionnel : si tu veux aussi appliquer à "Bénin" */
|
48 |
-
}
|
49 |
|
50 |
/* Style pour le Diagnostic global */
|
51 |
.diagnostic-global h2.output-class {
|
|
|
30 |
border-radius: 4px;
|
31 |
font-size:24px;
|
32 |
}
|
33 |
+
#.highlight.malin h2.output-class {
|
34 |
+
# font-size: 24px !important; /* Cible le <h2> à l'intérieur du span */
|
35 |
+
#}
|
36 |
|
37 |
/* Surbrillance pour "Bénin" (vert #34EA3A) */
|
38 |
.highlight.benin {
|
|
|
43 |
border-radius: 4px;
|
44 |
font-size:24px;
|
45 |
}
|
46 |
+
#.highlight.benin h2.output-class {
|
47 |
+
# font-size: 24px !important; /* Optionnel : si tu veux aussi appliquer à "Bénin" */
|
48 |
+
#}
|
49 |
|
50 |
/* Style pour le Diagnostic global */
|
51 |
.diagnostic-global h2.output-class {
|