Skip to content

Commit

Permalink
Add link to paste in 'about' dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed Nov 21, 2020
1 parent 3de14a4 commit bf76bde
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ <h3>Because of this design:</h3>
<br />
If you want to know more, you can find more information on
<a href="https://github.com/bokub/nopaste" rel="noopener" target="_blank" class="pink">Github</a>
<div class="additional-info">
Note: NoPaste is an improved version of Topaz's
<a href="https://topaz.github.io/paste" rel="noopener" target="_blank">Paste</a>
</div>
</div>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ h1 {
overflow-y: auto;
box-sizing: border-box;
}
.modal-content .additional-info {
opacity: 0.75;
font-style: italic;
margin-top: 15px;
font-size: 0.95em;
}
.modal-overlay {
position: fixed;
background: rgba(0, 0, 0, 0.2);
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PRECACHE = 'precache-20201121b';
const PRECACHE = 'precache-20201121c';
const RUNTIME = 'runtime';

// A list of local resources we always want to be cached.
Expand Down

0 comments on commit bf76bde

Please sign in to comment.