Skip to content

Commit

Permalink
fix apple color
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 2, 2024
1 parent 9f8d6e9 commit 4e9983e
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 @@ -38,7 +38,7 @@
'helpdesk' : {'bg' : '#98A4AE', 'txt' : 'white'},
'ie' : {'bg' : '#FFB7B7', 'txt' : 'black'},
'imi' : {'bg' : '#FFB96D', 'txt' : 'black'},
'mac' : {'bg' : '#666666', 'txt' : 'white'},
'apple' : {'bg' : '#666666', 'txt' : 'white'},
'mailman' : {'bg' : 'white', 'txt' : 'black'},
'me' : {'bg' : '#b30000', 'txt' : 'white'},
'mse': {'bg' : '#EFD3F5', 'txt' : 'black'},
Expand Down

0 comments on commit 4e9983e

Please sign in to comment.