Skip to content

Commit

Permalink
update students color
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 2, 2024
1 parent 8feb3f3 commit 0c990c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'doe': {'bg' : 'red', 'txt' : 'white'},
'ece' : {'bg' : '#FF6600', 'txt' : 'white'},
'ecnaccts' : {'bg' : '#98A4AE', 'txt' : 'white'},
'stemitss' : {'bg' : '#98A4AE', 'txt' : 'white'},
'students' : {'bg' : '#98A4AE', 'txt' : 'white'},
'eee' : {'bg' : '#F66A6A', 'txt' : 'white'},
'ene': {'bg' : '#A45CD0', 'txt': 'white' },
'epics': {'bg' : '#E399E3', 'txt' : 'black'},
Expand Down

0 comments on commit 0c990c9

Please sign in to comment.