From ed5d8a1fba02f26f2d2ddf6e98c6257035bc081a Mon Sep 17 00:00:00 2001 From: David espinosa <104380606+davespser@users.noreply.github.com> Date: Sat, 7 Dec 2024 02:47:11 +0100 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6511cc2d..f57bcd78 100644 --- a/style.css +++ b/style.css @@ -3,8 +3,8 @@ position: absolute; top: 50%; left: 0; - transform: translateY(-50%), rotate(-10deg); - background: rgba(10, 10, 10, 0.8); + transform: rotate(-10deg); + background: rgba(40, 40, 40, 0.8); padding: 10px; border-radius: 8px; z-index: 100; /* Siempre por encima */