Skip to content

Commit

Permalink
Merge pull request #16 from AnsonH/master
Browse files Browse the repository at this point in the history
Add support for New Code Search and Code View
  • Loading branch information
AmraniCh authored Feb 28, 2023
2 parents 6bf47ed + 26a84a0 commit 844da29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ var /**
'Anonymous Pro': 'https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap',
'IBM Plex Mono':
'https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap',
'Atma':'https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&display=swap',
Atma: 'https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&display=swap',
},
selectors = {
code: '.blob-code-inner',
code: '.blob-code-inner, .react-code-text',
intentGuides: '[data-rgh-whitespace="space"]',
};

Expand Down

0 comments on commit 844da29

Please sign in to comment.