janrswong commited on
Commit
41186f8
1 Parent(s): 52c834f

changed colors

Browse files
Files changed (2) hide show
  1. WTI.py +1 -1
  2. __pycache__/WTI.cpython-38.pyc +0 -0
WTI.py CHANGED
@@ -136,7 +136,7 @@ def displayWTI():
136
 
137
  cell_hover = { # for row hover use <tr> instead of <td>
138
  'selector': 'tr:hover',
139
- 'props': [('background-color', '#ff4c4c')]
140
  }
141
 
142
  index_names = {
136
 
137
  cell_hover = { # for row hover use <tr> instead of <td>
138
  'selector': 'tr:hover',
139
+ 'props': [('background-color', '#ffc423')]
140
  }
141
 
142
  index_names = {
__pycache__/WTI.cpython-38.pyc CHANGED
Binary files a/__pycache__/WTI.cpython-38.pyc and b/__pycache__/WTI.cpython-38.pyc differ