Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,19 @@ new_header_html = """
|
|
26 |
"""
|
27 |
|
28 |
google_style_css = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
/* Citation Block */
|
30 |
.citation-block {
|
31 |
position: relative;
|
|
|
26 |
"""
|
27 |
|
28 |
google_style_css = """
|
29 |
+
/* Add this rule to your google_style_css string */
|
30 |
+
|
31 |
+
html.dark .content-card {
|
32 |
+
background-color: #fff !important;
|
33 |
+
}
|
34 |
+
|
35 |
+
/* You may also need to force the text color to be dark */
|
36 |
+
html.dark .content-card h2,
|
37 |
+
html.dark .content-card h3,
|
38 |
+
html.dark .content-card h3 .title,
|
39 |
+
html.dark .content-card p {
|
40 |
+
color: #2f3b7d !important;
|
41 |
+
}
|
42 |
/* Citation Block */
|
43 |
.citation-block {
|
44 |
position: relative;
|