diff --git a/lib/public/service-worker.js b/lib/public/service-worker.js index 619e7d1..20b4157 100644 --- a/lib/public/service-worker.js +++ b/lib/public/service-worker.js @@ -1,4 +1,4 @@ -// Worker v12 +// Worker v13 self.addEventListener('install', (event) => { event.waitUntil( @@ -7,7 +7,7 @@ self.addEventListener('install', (event) => { '/', '/favicon.ico', '/scripts.js?5', - '/style.css?7', + '/style.css?8', '/about?2', '/icon-512.png', ]) diff --git a/lib/public/style.css b/lib/public/style.css index 0e75619..6ae1f1b 100644 --- a/lib/public/style.css +++ b/lib/public/style.css @@ -3,7 +3,6 @@ @font-face { font-family: "system"; font-style: normal; - font-weight: 300; src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma"); } @@ -132,6 +131,18 @@ input#url { display: none; } +thead { + font-weight: 800; +} + +tbody tr:nth-child(odd) { + background-color: whitesmoke; +} + +tbody tr:nth-child(even) { + background-color: #e8e8e8; +} + td.actions { display: flex; justify-content: space-between; diff --git a/lib/views/404.ejs b/lib/views/404.ejs index 6b5e504..21342e5 100644 --- a/lib/views/404.ejs +++ b/lib/views/404.ejs @@ -3,7 +3,7 @@
- +