Add back noise texture

Add back the noise texture background by embedding the image file and setting it
as base64-encoded data as CSS background image.
This commit is contained in:
Olli 2026-08-14 11:39:10 +02:00
commit 690f0f8e9a
3 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#content_stack {
box-shadow:inset 4px 4px 10px rgba(0,0,0,0.3);
background-image:url("@NOISETEXTURE@");
}
#port_spinner {