From 94c272b57e94683af31296aa3d237411fcc345af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Guilherme?= Date: Wed, 25 Sep 2024 23:44:12 +0200 Subject: [PATCH] Update styles & images --- src/para-fran/styles.css | 4 ++-- src/todes-fran/styles.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/para-fran/styles.css b/src/para-fran/styles.css index 05d6e4f..9dee261 100644 --- a/src/para-fran/styles.css +++ b/src/para-fran/styles.css @@ -42,7 +42,7 @@ body { margin: 0 auto; animation: fadeIn 1.5s ease-out; position: relative; - z-index: 0; + z-index: 1; } h1 { @@ -168,7 +168,7 @@ canvas { overflow-x: hidden; width: 100%; margin: 0; - z-index: 999; + z-index: 999999; top: 0; left: 0; } \ No newline at end of file diff --git a/src/todes-fran/styles.css b/src/todes-fran/styles.css index fd7438d..f3fac51 100644 --- a/src/todes-fran/styles.css +++ b/src/todes-fran/styles.css @@ -39,7 +39,7 @@ body { margin: 0 auto; animation: fadeIn 1.5s ease-out; position: relative; - z-index: 0; + z-index: 1; } h1 { @@ -198,7 +198,7 @@ canvas { overflow-x: hidden; width: 100%; margin: 0; - z-index: 999; + z-index: 999999; top: 0; left: 0; } \ No newline at end of file