jwilles commited on
Commit
74e8b76
·
1 Parent(s): 5af940a
Files changed (1) hide show
  1. src/display/css_html_js.py +7 -1
src/display/css_html_js.py CHANGED
@@ -215,7 +215,13 @@
215
  # }
216
  # """
217
 
218
- custom_css = ""
 
 
 
 
 
 
219
 
220
 
221
  get_window_url_params = """
 
215
  # }
216
  # """
217
 
218
+ custom_css = """
219
+
220
+ .tab-buttons button {
221
+ font-size: 20px;
222
+ }
223
+
224
+ """
225
 
226
 
227
  get_window_url_params = """