Yeah, the way I did it is a bit hacky, you use standard CSS text-shadow and box-shadow for the UI, and then canvas shadowBlur and shadowColor for the game grid.
Since it's all just simple geometry, I didn't actually build a real glow effect or shader from scratch, if you catch my meaning.