From f090570af05aaacc3d6f2e227f1392c4c93b6afc Mon Sep 17 00:00:00 2001 From: josedario87 Date: Thu, 16 Oct 2025 22:52:19 -0600 Subject: [PATCH] =?UTF-8?q?Style:=20Hacer=20cards=20de=20apps=20m=C3=A1s?= =?UTF-8?q?=20transparentes=20en=20modo=20oscuro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Cambiar opacidad de 0.85 a 0.65 - Permite ver mejor el fondo nocturno --- nuxt4/app/components/auth/ApplicationsList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt4/app/components/auth/ApplicationsList.vue b/nuxt4/app/components/auth/ApplicationsList.vue index b958f8f..f9686b6 100644 --- a/nuxt4/app/components/auth/ApplicationsList.vue +++ b/nuxt4/app/components/auth/ApplicationsList.vue @@ -380,7 +380,7 @@ onUnmounted(() => { } .dark .app-card { - background: rgba(0, 0, 0, 0.85) !important; + background: rgba(0, 0, 0, 0.65) !important; border: 1px solid rgba(255, 255, 255, 0.1) !important; box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4),