Spaces:
Runtime error
Runtime error
Remove body color
Browse files
src/display/css_html_js.py
CHANGED
|
@@ -103,13 +103,13 @@ custom_css += """
|
|
| 103 |
#space-title{
|
| 104 |
margin-top: 1em
|
| 105 |
}
|
| 106 |
-
|
| 107 |
-
body {
|
| 108 |
-
background-color: rgb(248, 249, 250);
|
| 109 |
-
}
|
| 110 |
"""
|
| 111 |
# Custom css end
|
| 112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
get_window_url_params = """
|
| 114 |
function(url_params) {
|
| 115 |
const params = new URLSearchParams(window.location.search);
|
|
|
|
| 103 |
#space-title{
|
| 104 |
margin-top: 1em
|
| 105 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
"""
|
| 107 |
# Custom css end
|
| 108 |
|
| 109 |
+
# body {
|
| 110 |
+
# background-color: rgb(248, 249, 250);
|
| 111 |
+
# }
|
| 112 |
+
|
| 113 |
get_window_url_params = """
|
| 114 |
function(url_params) {
|
| 115 |
const params = new URLSearchParams(window.location.search);
|