diff --git a/js/script.js b/js/script.js index 06aebd909..8707c7b2b 100755 --- a/js/script.js +++ b/js/script.js @@ -222,7 +222,7 @@ $(function(){ activity.link = ''; } - var monochromeIcon = activity.type !== 'file_created' && activity.type !== 'file_deleted' && activity.type !== 'favorite'; + var monochromeIcon = activity.type !== 'file_created' && activity.type !== 'file_deleted' && activity.type !== 'favorite' && !activity.icon.endsWith('-color.svg'); var content = '' + '
' + "\n"