Spaces:
Sleeping
Sleeping
yeshpanovrustem
commited on
Commit
•
50337de
1
Parent(s):
c68587d
Upload style.css
Browse files
style.css
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
h1 {
|
2 |
+
text-align: center;
|
3 |
+
color: black;
|
4 |
+
}
|
5 |
+
|
6 |
+
h2 {
|
7 |
+
text-align: center;
|
8 |
+
color: black;
|
9 |
+
}
|
10 |
+
|
11 |
+
p#warning {
|
12 |
+
text-align: center;
|
13 |
+
font-weight: bold;
|
14 |
+
color: red;
|
15 |
+
}
|
16 |
+
|
17 |
+
.streamlit-expanderHeader {
|
18 |
+
background-color: white;
|
19 |
+
color: green; # Adjust this for expander header color
|
20 |
+
}
|
21 |
+
|
22 |
+
.streamlit-expanderContent {
|
23 |
+
background-color: yellow;
|
24 |
+
color: red; # Expander content color
|
25 |
+
}
|