diff --git a/www/grunge.png b/www/grunge.png new file mode 100644 index 0000000..b05502b Binary files /dev/null and b/www/grunge.png differ diff --git a/www/player.mjs b/www/player.mjs index b60791e..802806c 100644 --- a/www/player.mjs +++ b/www/player.mjs @@ -45,6 +45,12 @@ export class Player { let frame = this.rounds[this.frameno] if (!frame) { this.stop() + setTimeout( + () => { + this.start() + }, + 2 * Second, + ) return } diff --git a/www/style.css b/www/style.css index 19719f6..e93aa36 100644 --- a/www/style.css +++ b/www/style.css @@ -109,6 +109,7 @@ a:hover { h1, h2, h3 { + background-color: #222a; color: #999; letter-spacing: -0.05em; clear: both;