diff --git a/index.html b/index.html index aad0d45..1a169fd 100644 --- a/index.html +++ b/index.html @@ -145,6 +145,10 @@ npm/microtip@0.2.2/microtip.min.css
If you want to know more, you can find more information on Github +
+ Note: NoPaste is an improved version of Topaz's + Paste +
diff --git a/style.css b/style.css index 2ecc0af..0653efc 100644 --- a/style.css +++ b/style.css @@ -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); diff --git a/sw.js b/sw.js index 1884419..516e5ee 100644 --- a/sw.js +++ b/sw.js @@ -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.