A bit of style

This commit is contained in:
Neale Pickett 2024-11-26 18:09:28 -07:00
parent 554d341d64
commit f2ed004135
3 changed files with 7 additions and 0 deletions

BIN
www/grunge.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -45,6 +45,12 @@ export class Player {
let frame = this.rounds[this.frameno]
if (!frame) {
this.stop()
setTimeout(
() => {
this.start()
},
2 * Second,
)
return
}

View File

@ -109,6 +109,7 @@ a:hover {
h1, h2, h3 {
background-color: #222a;
color: #999;
letter-spacing: -0.05em;
clear: both;