This commit is contained in:
Omar Najjar 2024-07-06 23:58:08 +10:00
parent a85a6560d5
commit dc2a6958c4
2 changed files with 1 additions and 3 deletions

View file

@ -143,7 +143,7 @@
box-shadow: var(--neon-shadow-pulse);
}
90% {
box-shadow: var (--neon-shadow);
box-shadow: var(--neon-shadow);
border-color: var(--primary-neon);
color: var(--primary-neon);
text-shadow: var(--neon-shadow-text);

View file

@ -3,8 +3,6 @@ const urlsToCache = [
'/',
'/index.html',
'/manifest.json',
'/icon-192x192.png',
'/icon-512x512.png'
];
self.addEventListener('install', (event) => {