AmenRa commited on
Commit
05da309
·
1 Parent(s): f503d09

Remove body color

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +4 -4
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);