1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00

make table nicer with background color

This commit is contained in:
Ondrej Synacek
2019-11-14 09:24:55 +01:00
parent f2c320e068
commit 4fe9a9d5fd
6 changed files with 18 additions and 7 deletions

View File

@ -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',
])