Last active
June 29, 2020 16:29
-
-
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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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