boredbutton3

Log | Files | Refs | README

commit 04e37a58e63de442f8cd4baf6c50588e065b0b56
parent dd19bac35d1d1cdf309d8e40122dc1c2572cd2ea
Author: William Lindholm <william_lindholm@outlook.com>
Date:   Sun, 19 Dec 2021 22:46:12 +0100

Changed z-index of background.

Diffstat:
Mstyle.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -16,7 +16,7 @@ html, body{ canvas{ background-color: #fcfcfc; - z-index: 0; + z-index: -1; position: absolute; }