Skip to content

Instantly share code, notes, and snippets.

@tomcritchlow
Last active June 29, 2020 16:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomcritchlow/94d11ecdf9832bb4f8b9697d5ecb8d64 to your computer and use it in GitHub Desktop.
Save tomcritchlow/94d11ecdf9832bb4f8b9697d5ecb8d64 to your computer and use it in GitHub Desktop.
Current customization for hypothesis annotation layer. See post here: https://tomcritchlow.com/2019/02/12/annotations/
<script type="application/json" class="js-hypothesis-config">
{
"openSidebar": false,
"theme": "clean"
}
</script>
<script src="https://hypothes.is/embed.js" async></script>
<script type="text/javascript">
window.hypothesisConfig = function () {
return {
branding: {
appBackgroundColor: 'white',
ctaBackgroundColor: 'rgba(3, 11, 16, 1)',
ctaTextColor: '#eee',
selectionFontFamily: 'helvetica, arial, sans serif'
}
};
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment