Skip to content

Commit

Permalink
Fixed Papyrus Button
Browse files Browse the repository at this point in the history
  • Loading branch information
mreidsma committed Jun 4, 2019
1 parent 7a1ac27 commit fc5b93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papyrus.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>Installing</h2>

<p>To install, drag the link below to your bookmarks toolbar:</p>

<p><a href="javascript:(function(){var newStyle = document.createElement('style');newStyle.innerHTML = 'body,div,p,h1,h2,h3,h4,h5,h6 {font-family: papyrus !important;}';document.body.appendChild(newStyle);})();">PapyrusMe</a></p>
<p><a href="javascript:(function(){var newStyle = document.createElement('style');newStyle.innerHTML = 'body,div,p,h1,h2,h3,h4,h5,h6 {font-family: papyrus !important;}';document.body.appendChild(newStyle);})();" class="button button-primary" id="bookmarklet">PapyrusMe</a></p>

<div id="install-help"><a href="installation.html">Installation Instructions</a></div>
<div id="installation"></div>
Expand Down

0 comments on commit fc5b93e

Please sign in to comment.