Skip to content

Commit 652e5d9

Browse files
authored
Merge pull request #1 from james-mckinnon/patch-1
Issue cards are now articles instead of divs
2 parents a380e8f + c047e12 commit 652e5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitHub projects - highlight my user.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'use strict';
1313

1414
var style = document.createElement('style');
15-
style.innerHTML = 'div[data-card-assignee="\\[\\"stilliard\\"\\]"] { background-color: #e3f9d4 !important; }';
15+
style.innerHTML = 'article[data-card-assignee="\\[\\"stilliard\\"\\]"] { background-color: #e3f9d4 !important; }';
1616
document.body.appendChild(style);
1717

1818
})();

0 commit comments

Comments
 (0)